master
Aevann 2024-04-11 21:50:51 +02:00
parent 23e1199d9a
commit 7aba96233c
1 changed files with 1 additions and 1 deletions

View File

@ -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: