Merge branch 'main' into prod

This commit is contained in:
Dylan
2023-07-11 23:33:08 +01:00
4 changed files with 7 additions and 7 deletions

View File

@ -229,7 +229,7 @@ def vnfFromCacheOrDL(video_link):
elif 'suspended' in exErr.msg:
exErr.msg=msgs.tweetSuspended
else:
exErr.msg=None
exErr.msg=msgs.tweetNotFound
log.error("VNF Get failed: " + video_link + " " + str(exErr))
return None,exErr.msg
except TwitterHTTPError as twErr: