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 d05540b commit 06d4aefCopy full SHA for 06d4aef
loremricksum.py
@@ -43,7 +43,7 @@ def on_status(self, status):
43
except tweepy.TweepError as e:
44
print((e.reason))
45
tweetReply(username, status_id)
46
- else:
+ finally:
47
favorite(status_id)
48
49
def on_limit(self, status):
0 commit comments