From 24ea422904a69d719f1c9ca8eb21933e01684e53 Mon Sep 17 00:00:00 2001 From: drevicko Date: Mon, 29 Apr 2013 12:49:31 +1000 Subject: [PATCH] removed #FIXME implement timeout modified: tweepy/binder.py --- tweepy/binder.py | 1 - 1 file changed, 1 deletion(-) 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: -- 2.25.1