forked from rDrama/rDrama
1
0
Fork 0

fix the fix

master
justcool393 2022-10-20 09:59:14 -05:00
parent cb35480ee6
commit fc4e9866eb
1 changed files with 1 additions and 1 deletions

View File

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