We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0257351 commit 82e53acCopy full SHA for 82e53ac
fishjam/_ws_notifier.py
@@ -33,10 +33,11 @@ def __init__(
33
self,
34
fishjam_id: str,
35
management_token: str,
36
+ *,
37
fishjam_url: str | None = None,
38
):
39
"""
- Create FishjamNotifier instance, providing the fishjam url and management token.
40
+ Create FishjamNotifier instance, providing the fishjam id and management token.
41
42
43
websocket_url = get_fishjam_url(fishjam_id, fishjam_url).replace("http", "ws")
0 commit comments