aboutsummaryrefslogtreecommitdiffstats
path: root/python-twisted
diff options
context:
space:
mode:
authorDevendra2013-10-06 14:39:59 +0530
committerDevendra2013-10-06 14:39:59 +0530
commit7ec3bbe414abe58072fda63f4f9c801f77b292e1 (patch)
treecec04de1825d9fab4887e40d88aa0136937fb442 /python-twisted
parent09d6ea1fa20f87dc648740ffb2a70f67e7e4efa9 (diff)
downloadpubnub-python-7ec3bbe414abe58072fda63f4f9c801f77b292e1.tar.bz2
changing timeout from 200 to 310 s, changed exception handling to not silently eat execeptions in callback
Diffstat (limited to 'python-twisted')
-rw-r--r--python-twisted/Pubnub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-twisted/Pubnub.py b/python-twisted/Pubnub.py
index 9a89aee..283e121 100644
--- a/python-twisted/Pubnub.py
+++ b/python-twisted/Pubnub.py
@@ -541,7 +541,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 ) :