From b73e7dd49487cd2660b9c5081e3cc8f40fdc61d8 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 2 May 2024 19:43:50 +0100 Subject: [PATCH] Small fix --- twitfix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitfix.py b/twitfix.py index 45b2637..f3dfc6f 100644 --- a/twitfix.py +++ b/twitfix.py @@ -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