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 7650646 commit f33f7afCopy full SHA for f33f7af
examples/__init__.py
@@ -5,3 +5,4 @@
5
pnconf.subscribe_key = "demo"
6
pnconf.publish_key = "demo"
7
pnconf.enable_subscribe = False
8
+pnconf.user_id = "user_id"
examples/native_threads/publish.py
@@ -14,6 +14,8 @@
14
15
pubnub.set_stream_logger('pubnub', logging.DEBUG, stream=sys.stdout)
16
17
+pnconf.enable_subscribe = True
18
+
19
pubnub = PubNub(pnconf)
20
21
0 commit comments