aboutsummaryrefslogtreecommitdiffstats
path: root/Pubnub.py
diff options
context:
space:
mode:
Diffstat (limited to 'Pubnub.py')
-rw-r--r--Pubnub.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pubnub.py b/Pubnub.py
index 5006454..4a53eb1 100644
--- a/Pubnub.py
+++ b/Pubnub.py
@@ -1110,8 +1110,8 @@ class PubnubCoreAsync(PubnubBase):
else self.last_timetoken
self.timetoken = 0
- if sync is True and self.susbcribe_sync is not None:
- self.susbcribe_sync(args)
+ if sync is True and self.subscribe_sync is not None:
+ self.subscribe_sync(args)
return
def _invoke(func, msg=None, channel=None):