Skip to content
Snippets Groups Projects
Commit 6a8c1dad authored by Vincent Texier's avatar Vincent Texier Committed by Vincent Texier
Browse files

[enh] #58 make client connect_ws path argument optional

parent 238ad7ef
No related branches found
No related tags found
2 merge requests!94Merge dev into master for release 0.56.0,!84#58: WS2P support
......@@ -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.
Please register or to comment