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
a7cc96f6
Unverified
Commit
a7cc96f6
authored
Nov 05, 2016
by
Aaron Hill
Browse files
Remove accidentally commited debug code
parent
09818085
Changes
1
Show whitespace changes
Inline
Side-by-side
tweepy/streaming.py
View file @
a7cc96f6
...
@@ -281,8 +281,6 @@ class Stream(object):
...
@@ -281,8 +281,6 @@ class Stream(object):
self
.
snooze_time_cap
)
self
.
snooze_time_cap
)
except
Exception
as
exc
:
except
Exception
as
exc
:
exc_info
=
sys
.
exc_info
()
exc_info
=
sys
.
exc_info
()
print
(
exc_info
)
import
pdb
;
pdb
.
post_mortem
(
exc_info
[
2
])
# any other exception is fatal, so kill loop
# any other exception is fatal, so kill loop
break
break
...
...
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