Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
ac982668c7 | |||
ed24d59a92 |
2 changed files with 3 additions and 2 deletions
|
@ -72,7 +72,7 @@ class DockgeConnection:
|
|||
Connect to the websocket
|
||||
"""
|
||||
# Dockge uses Socket.io for the websockets, so this URI and params are always the same
|
||||
self._sio.connect(f"https://{self._host}/socket.io/", transports=['websocket'])
|
||||
self._sio.connect(f"https://{self._host}/socket.io/")
|
||||
self.login()
|
||||
|
||||
def login(self):
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
[project]
|
||||
name = "dockge_cli"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"pyyaml~=6.0.1",
|
||||
"pydantic~=2.8.0",
|
||||
"requests~=2.32.3",
|
||||
"python-socketio~=5.11.3",
|
||||
"websocket-client~=1.8.0",
|
||||
"tabulate ~=0.9.0",
|
||||
|
|
Loading…
Reference in a new issue