aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevendra2015-06-09 01:42:23 +0530
committerDevendra2015-06-09 01:42:23 +0530
commit437124952fd01eac9e8ccc132197ea6f18fdea56 (patch)
tree76b4a60f35eedca8d0d3789ba5c8f15305c07035
parentdcdafd146508f7f1f1a1868a94827bb4d6c1a3de (diff)
downloadpubnub-python-437124952fd01eac9e8ccc132197ea6f18fdea56.tar.bz2
fixing typo
-rw-r--r--Pubnub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pubnub.py b/Pubnub.py
index 4709e47..1cd2a3f 100644
--- a/Pubnub.py
+++ b/Pubnub.py
@@ -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()