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 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()