Skip to content
Snippets Groups Projects
Commit 7b73a19a authored by Vincent Texier's avatar Vincent Texier
Browse files

[enh] #58 make client connect_ws path argument optional

parent b2faf741
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,7 @@ class Client:
return result
def connect_ws(self, path: str) -> _WSRequestContextManager:
def connect_ws(self, path: str = '') -> _WSRequestContextManager:
"""
Connect to a websocket in order to use API parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment