aboutsummaryrefslogtreecommitdiffstats
path: root/common/PubnubCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/PubnubCore.py')
-rw-r--r--common/PubnubCore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/PubnubCore.py b/common/PubnubCore.py
index 9a4fcae..dcfd319 100644
--- a/common/PubnubCore.py
+++ b/common/PubnubCore.py
@@ -106,7 +106,7 @@ class PubnubCore(PubnubBase):
## Run user Callback and Reconnect if user permits.
for message in messages :
- if not callback(message) :
+ if not callback(self.decrypt(message)) :
return
except Exception: