aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevendra2015-06-05 15:42:39 +0530
committerDevendra2015-06-05 15:42:39 +0530
commit09df6a7abe0d1753fd710c5291e87f80e7fda2b8 (patch)
tree4dd44c1f2f177a45d49e58c5f6d2809a5e958b17
parent0badbe24a3eeb65ffb8629d7cf020240f12c1e97 (diff)
downloadpubnub-python-09df6a7abe0d1753fd710c5291e87f80e7fda2b8.tar.bz2
state quote
-rw-r--r--Pubnub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pubnub.py b/Pubnub.py
index 94e41a9..fbb175b 100644
--- a/Pubnub.py
+++ b/Pubnub.py
@@ -1840,7 +1840,7 @@ class PubnubCoreAsync(PubnubBase):
st = json.dumps(self.STATE)
if len(st) > 2:
- data['state'] = st
+ data['state'] = quote(st,safe="")
## CONNECT TO PUBNUB SUBSCRIBE SERVERS
#try: