Fix hat submission for some animated images.

remotes/1693176582716663532/tmp_refs/heads/watchparty
Snakes 2022-11-03 20:56:01 -04:00
parent 7f7180ea05
commit ac36b35588
1 changed files with 2 additions and 2 deletions

View File

@ -247,8 +247,8 @@ if SITE not in ('pcmemes.net', 'watchpeopledie.tv'):
os.remove(highquality)
return error("Images must be 100x130")
if len(list(Iterator(i))) > 1: price = 1000
else: price = 500
if len(list(Iterator(i))) > 1: price = 1000
else: price = 500
filename = f'/asset_submissions/hats/{name}.webp'
copyfile(highquality, filename)