diff options
Diffstat (limited to 'common/PubnubCoreAsync.py')
| -rw-r--r-- | common/PubnubCoreAsync.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/PubnubCoreAsync.py b/common/PubnubCoreAsync.py index e844b96..a7fbb7d 100644 --- a/common/PubnubCoreAsync.py +++ b/common/PubnubCoreAsync.py @@ -52,7 +52,7 @@ class PubnubCoreAsync(PubnubBase):          self.subscriptions = {}          self.timetoken     = 0 -        self.version       = '3.4' +        self.version       = '3.3.4'          self.accept_encoding = 'gzip'      def subscribe( self, args ) : | 
