Skip to content

Commit bce072a

Browse files
author
Dave Bell
authored
Update loremricksum.py
1 parent bb68d2f commit bce072a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

loremricksum.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ class BotStreamer(tweepy.StreamListener):
3636
def on_status(self, status):
3737
username = status.user.screen_name
3838
status_id = status.id
39-
try:
40-
favorite(status_id)
41-
tweetReply(username, status_id)
42-
except tweepy.TweepError as e:
43-
print((e.reason))
44-
tweetReply(username, status_id)
39+
try:
40+
favorite(status_id)
41+
tweetReply(username, status_id)
42+
except tweepy.TweepError as e:
43+
print((e.reason))
44+
tweetReply(username, status_id)
4545

4646
def on_data(self, data):
4747
if not 'in_reply_to_status' in data:

0 commit comments

Comments
 (0)