remotes/1693045480750635534/spooky-22
Aevann1 2021-12-26 06:03:58 +02:00
parent 40910c666c
commit 01fdfa8a10
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ def process_image(filename=None, resize=False):
if i.format.lower() == "gif": gifwebp(input_image=filename, output_image=filename, option="-q 80")
else: i.save(filename, format="WEBP")
return filename
return f'/static{filename}'