Skip to content

Commit 9abbaae

Browse files
author
Dave Bell
authored
Update loremricksum.py
1 parent b514634 commit 9abbaae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

loremricksum.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ def on_status(self, status):
3939
if 'in_reply_to_status' in data:
4040
favorite(status_id)
4141
tweetReply(username, status_id)
42-
except tweepy.TweepError as e:
43-
print((e.reason))
44-
tweetReply(username, status_id)
42+
except tweepy.TweepError as e:
43+
print((e.reason))
44+
tweetReply(username, status_id)
4545
else:
4646
favorite(status_id)
4747

0 commit comments

Comments
 (0)