webp
This commit is contained in:
parent
3bafa6e833
commit
5c1113ff39
1 changed files with 1 additions and 1 deletions
2
main
2
main
|
@ -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):
|
||||||
|
|
Reference in a new issue