diff options
| author | Devendra | 2015-06-09 01:42:23 +0530 | 
|---|---|---|
| committer | Devendra | 2015-06-09 01:42:23 +0530 | 
| commit | 437124952fd01eac9e8ccc132197ea6f18fdea56 (patch) | |
| tree | 76b4a60f35eedca8d0d3789ba5c8f15305c07035 /Pubnub.py | |
| parent | dcdafd146508f7f1f1a1868a94827bb4d6c1a3de (diff) | |
| download | pubnub-python-437124952fd01eac9e8ccc132197ea6f18fdea56.tar.bz2 | |
fixing typo
Diffstat (limited to 'Pubnub.py')
| -rw-r--r-- | Pubnub.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1902,7 +1902,7 @@ class PubnubCoreAsync(PubnubBase):                  self.leave_channel(channel=channel)              # remove channel from STATE -            STATE.pop(channel, None) +            self.STATE.pop(channel, None)          self.CONNECT() | 
