aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Pubnub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pubnub.py b/Pubnub.py
index 8ab463b..dfe354a 100644
--- a/Pubnub.py
+++ b/Pubnub.py
@@ -722,7 +722,7 @@ class PubnubBase(object):
if message:
self.ds_action_list.append(message)
- if self.timetoken > self.ds_timetoken:
+ if self.timetoken >= self.ds_timetoken:
self.ds_timetoken = self.timetoken
if channel.startswith('pn_ds_'):
if message['action'] == 'update':