Skip to content

Commit 82e53ac

Browse files
committed
fix positional fishjam id in notifier
1 parent 0257351 commit 82e53ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fishjam/_ws_notifier.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ def __init__(
3333
self,
3434
fishjam_id: str,
3535
management_token: str,
36+
*,
3637
fishjam_url: str | None = None,
3738
):
3839
"""
39-
Create FishjamNotifier instance, providing the fishjam url and management token.
40+
Create FishjamNotifier instance, providing the fishjam id and management token.
4041
"""
4142

4243
websocket_url = get_fishjam_url(fishjam_id, fishjam_url).replace("http", "ws")

0 commit comments

Comments
 (0)