Small fix

This commit is contained in:
Dylan 2024-05-02 19:43:50 +01:00
parent 2d51ac1671
commit b73e7dd494

View File

@ -214,7 +214,7 @@ def twitfix(sub_path):
elif media['type'] == "video" or media['type'] == "gif":
return renderVideoTweetEmbed(tweetData,media,appnameSuffix=suffix)
return tweetData
return message(msgs.failedToScan)
@app.route('/favicon.ico')
def favicon(): # pragma: no cover