aboutsummaryrefslogtreecommitdiffstats
path: root/Pubnub.py
diff options
context:
space:
mode:
Diffstat (limited to 'Pubnub.py')
-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: