aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Pubnub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pubnub.py b/python/Pubnub.py
index cd688ad..72b60b5 100644
--- a/python/Pubnub.py
+++ b/python/Pubnub.py
@@ -578,7 +578,7 @@ class PubnubCore(PubnubBase):
channel,
'0',
str(timetoken)
- ],"urlparams" : {"uuid" : self.uuid }})
+ ],"urlparams" : {"uuid" : self.uuid, "auth" : self.auth_key}})
messages = response[0]
args['timetoken'] = response[1]