parent
c3b7649c8f
commit
d984778d8b
|
@ -91,9 +91,7 @@ def tootTheTweet(tweet):
|
|||
tweet_check_file = Path(tweet_check_file_path)
|
||||
if tweet_check_file.is_file():
|
||||
|
||||
helpers._info('tootTheTweet() => Tweet ' + tweet_id + ' was already posted. Skipping...')
|
||||
|
||||
return False
|
||||
helpers._info('tootTheTweet() => Tweet ' + tweet_id + ' was already posted. Reposting...')
|
||||
|
||||
else:
|
||||
|
||||
|
|
Loading…
Reference in New Issue