Log URL for failed Tweets

This commit is contained in:
Dylan 2024-05-17 18:04:10 +01:00
parent 8104fd8ca9
commit 705fb15add

View File

@ -157,7 +157,7 @@ def twitfix(sub_path):
tweetData = getTweetData(twitter_url)
if tweetData is None:
log.error("Tweet Data Get failed")
log.error("Tweet Data Get failed for "+twitter_url)
return message(msgs.failedToScan)
qrt = None
if 'qrtURL' in tweetData and tweetData['qrtURL'] is not None: