aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDevendra2013-12-18 23:49:14 +0530
committerDevendra2013-12-18 23:49:14 +0530
commit6679589afb60e7e68b2335e81a911d4ec8bacb8a (patch)
tree7f822fd5ef95c259979b853514f6b26560fb4fa2 /common
parent10d8be20d269fecc174fe11a4f7f12e231adb675 (diff)
downloadpubnub-python-staging-3.5.0.tar.bz2
pam client support for pythonstaging-3.5.0
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]