diff options
| author | Devendra | 2015-06-05 15:42:39 +0530 | 
|---|---|---|
| committer | Devendra | 2015-06-05 15:42:39 +0530 | 
| commit | 09df6a7abe0d1753fd710c5291e87f80e7fda2b8 (patch) | |
| tree | 4dd44c1f2f177a45d49e58c5f6d2809a5e958b17 /Pubnub.py | |
| parent | 0badbe24a3eeb65ffb8629d7cf020240f12c1e97 (diff) | |
| download | pubnub-python-09df6a7abe0d1753fd710c5291e87f80e7fda2b8.tar.bz2 | |
state quote
Diffstat (limited to 'Pubnub.py')
| -rw-r--r-- | Pubnub.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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: | 
