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