change resize for marseys from 300px to 250px

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-12 13:05:16 +02:00
parent d7c3ddf474
commit b7013698c2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ def submit_marsey(v):
filename = f'/asset_submissions/marseys/{name}.webp'
copyfile(highquality, filename)
process_image(filename, resize=300, trim=True)
process_image(filename, resize=250, trim=True)
marsey = Marsey(name=name, author_id=author.id, tags=tags, count=0, submitter_id=v.id)
g.db.add(marsey)