aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen L. Blum2014-12-08 21:15:11 -0800
committerStephen L. Blum2014-12-08 21:15:11 -0800
commitc1f462a0f9e3a5fd806fbd195d2d6e4efe5d8bf8 (patch)
treeca5ec84896b4df0b90fbad00e98a1ffe8b8b096d
parent02766fc23b910f2f191a2e670052f31f0f0d0503 (diff)
downloadpubnub-python-c1f462a0f9e3a5fd806fbd195d2d6e4efe5d8bf8.tar.bz2
missing timeout keyword argument
-rw-r--r--Pubnub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pubnub.py b/Pubnub.py
index 9d69fa0..970d5e7 100644
--- a/Pubnub.py
+++ b/Pubnub.py
@@ -1660,7 +1660,7 @@ class PubnubTwisted(PubnubCoreAsync):
self.headers['V'] = [self.version]
self.pnsdk = 'PubNub-Python-' + 'Twisted' + '/' + self.version
- def _request(self, request, callback=None, error=None, single=False):
+ def _request(self, request, callback=None, error=None, single=False, timeout=5):
global pnconn_pool
def _invoke(func, data):