make badges 300px instead

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-27 02:48:03 +02:00
parent fa4dee419d
commit cc85cab01d
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ def comment(v):
g.db.flush()
filename = f'files/assets/images/badges/{badge.id}.webp'
copyfile(oldname, filename)
process_image(filename, resize=400)
process_image(filename, resize=300)
requests.post(f'https://api.cloudflare.com/client/v4/zones/{CF_ZONE}/purge_cache', headers=CF_HEADERS,
data=f'{{"files": ["https://{SITE}/assets/images/badges/{badge.id}.webp"]}}', timeout=5)
except Exception as e: