Not posting already posted tweets.

pull/7/head
Ayush Sharma 2019-02-28 13:29:08 +05:30
parent 4e6e5c4d85
commit 646518ffe6
1 changed files with 3 additions and 1 deletions

View File

@ -93,6 +93,8 @@ def tootTheTweet(tweet):
helpers._info('tootTheTweet() => Tweet ' + tweet_id + ' was already posted. Reposting...') helpers._info('tootTheTweet() => Tweet ' + tweet_id + ' was already posted. Reposting...')
return False
else: else:
tweet_check = open(tweet_check_file_path, 'w') tweet_check = open(tweet_check_file_path, 'w')