From fc4e9866ebbed39380b963abb91a8479ab49dc04 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Thu, 20 Oct 2022 09:59:14 -0500 Subject: [PATCH] fix the fix --- files/routes/asset_submissions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/asset_submissions.py b/files/routes/asset_submissions.py index cc58ad7cfe..0aa9d36af1 100644 --- a/files/routes/asset_submissions.py +++ b/files/routes/asset_submissions.py @@ -166,7 +166,7 @@ if SITE not in ('pcmemes.net', 'watchpeopledie.tv'): def remove_asset(cls, type_name:str, v:User, name:str) -> dict[str, str]: if cls not in ASSET_TYPES: raise Exception("not a valid asset type") - should_make_lower = cls == HatDef + should_make_lower = cls == Marsey if should_make_lower: name = name.lower() name = name.strip() if not name: