From 1d601e3411af27c1b39e697849a538b692a535e7 Mon Sep 17 00:00:00 2001 From: Devendra Date: Sat, 14 Dec 2013 03:09:03 +0530 Subject: fixing encryption to be compatible with JS and java --- common/PubnubCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/PubnubCore.py') 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: -- cgit v1.2.3