Changed hostname value.

This commit is contained in:
2025-02-27 14:52:25 +01:00
parent ff6e1f6cb7
commit d62d80fb16
3 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ async def init_connection(credentials: dict) -> meshctrl.Session:
'''
session = meshctrl.Session(
credentials['websocket_url'],
credentials['hostname'],
user=credentials['username'],
password=credentials['password']
)