aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/PubnubCore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/PubnubCore.py b/common/PubnubCore.py
index d7af462..6477413 100644
--- a/common/PubnubCore.py
+++ b/common/PubnubCore.py
@@ -97,7 +97,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]