increase badge width from 200px to 400px

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-20 20:05:36 +02:00
parent 20d5efa12e
commit 85b72109a3
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, 200)
process_image(filename, 400)
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: