Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
24ea4229
Commit
24ea4229
authored
Apr 29, 2013
by
drevicko
Browse files
removed #FIXME implement timeout
modified: tweepy/binder.py
parent
ac62f7f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/binder.py
View file @
24ea4229
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment