We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b514634 commit 9abbaaeCopy full SHA for 9abbaae
loremricksum.py
@@ -39,9 +39,9 @@ def on_status(self, status):
39
if 'in_reply_to_status' in data:
40
favorite(status_id)
41
tweetReply(username, status_id)
42
- except tweepy.TweepError as e:
43
- print((e.reason))
44
- tweetReply(username, status_id)
+ except tweepy.TweepError as e:
+ print((e.reason))
+ tweetReply(username, status_id)
45
else:
46
47
0 commit comments