Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Bot now clears text after tweeting.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogama25 committed Feb 19, 2019
1 parent 305a86b commit 0fc9c93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twitter_.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ def tweet(self, media: str):
else:
autopop = True
self.tw.PostUpdate(media=media, in_reply_to_status_id=self.reply_id, status=self.text, auto_populate_reply_metadata=autopop)
self.set_text("")

0 comments on commit 0fc9c93

Please sign in to comment.