From 7aba96233c8a7f31c639c5b92cc907e50854fd05 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 11 Apr 2024 21:50:51 +0200 Subject: [PATCH] add () --- files/helpers/media.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/media.py b/files/helpers/media.py index 08708b1b5..dd5af1fd9 100644 --- a/files/helpers/media.py +++ b/files/helpers/media.py @@ -184,7 +184,7 @@ def process_video(file, v): os.remove(old) abort(400, "Something went wrong processing your video on our end. Please try uploading it to https://pomf2.lain.la and post the link instead.") - is_icosaka = SITE == 'watchpeopledie.tv' and v and v.username.lower().startswith("icosaka") + is_icosaka = (SITE == 'watchpeopledie.tv' and v and v.username.lower().startswith("icosaka")) is_reencoding = False if codec != 'h264' and not is_icosaka: