This commit is contained in:
maaa 2023-06-29 21:14:51 +02:00
parent 3bafa6e833
commit 5c1113ff39
1 changed files with 1 additions and 1 deletions

2
main
View File

@ -88,7 +88,7 @@ def get_session(id):
return post return post
ALLOWED_EXTENSIONS = {"png", "apng", "jpg", "jpeg", "gif", "svg"} ALLOWED_EXTENSIONS = {"png", "apng", "jpg", "jpeg", "gif", "svg", "webp"}
def allowed_file(filename): def allowed_file(filename):