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 ab29cc3 commit 7df44b5Copy full SHA for 7df44b5
README.md
@@ -36,7 +36,7 @@ from fbclient.config import Config
36
37
env_secret = '<replace-with-your-env-secret>'
38
event_url = 'http://localhost:5100'
39
-streaming_url = '"ws://localhost:5100"'
+streaming_url = 'ws://localhost:5100'
40
41
set_config(Config(env_secret, event_url, streaming_url))
42
client = get()
0 commit comments