We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09fa3d9 commit b10144dCopy full SHA for b10144d
1 file changed
src/main.py
@@ -37,6 +37,7 @@
37
algorithm="HS256",
38
)
39
40
+print("token:", token)
41
42
async def main():
43
async with websockets.client.connect(
0 commit comments