Code adjustments

This commit is contained in:
Daan Selen
2025-05-27 16:57:22 +02:00
parent 1d85d9bcf4
commit 7549437c99
11 changed files with 145 additions and 107 deletions

View File

@@ -17,7 +17,7 @@ class connect:
return session
@staticmethod
async def run(session: meshctrl.Session, command: str, nodeids: list[str]) -> None:
async def run(session: meshctrl.Session, command: str, nodeids: str) -> None:
try:
response = await session.run_command(nodeids=nodeids,
command=command,