Small fix
This commit is contained in:
parent
2d51ac1671
commit
b73e7dd494
@ -214,7 +214,7 @@ def twitfix(sub_path):
|
|||||||
elif media['type'] == "video" or media['type'] == "gif":
|
elif media['type'] == "video" or media['type'] == "gif":
|
||||||
return renderVideoTweetEmbed(tweetData,media,appnameSuffix=suffix)
|
return renderVideoTweetEmbed(tweetData,media,appnameSuffix=suffix)
|
||||||
|
|
||||||
return tweetData
|
return message(msgs.failedToScan)
|
||||||
|
|
||||||
@app.route('/favicon.ico')
|
@app.route('/favicon.ico')
|
||||||
def favicon(): # pragma: no cover
|
def favicon(): # pragma: no cover
|
||||||
|
Loading…
x
Reference in New Issue
Block a user