From: drevicko Date: Mon, 29 Apr 2013 02:49:31 +0000 (+1000) Subject: removed #FIXME implement timeout X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=24ea422904a69d719f1c9ca8eb21933e01684e53;p=tweepy.git removed #FIXME implement timeout modified: tweepy/binder.py --- diff --git a/tweepy/binder.py b/tweepy/binder.py index 528021d..c69e583 100644 --- a/tweepy/binder.py +++ b/tweepy/binder.py @@ -128,7 +128,6 @@ def bind_api(**config): retries_performed = 0 while retries_performed < self.retry_count + 1: # Open connection - # FIXME: add timeout if self.api.secure: conn = httplib.HTTPSConnection(self.host,timeout=self.api.timeout) else: