Skip to content

Commit d960081

Browse files
committed
Small but important fix
1 parent 1ddaf32 commit d960081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
app.config["UPLOAD_FOLDER"] = "/mnt/ofc.wlpizza_storage"
88
app.config['MAX_CONTENT_LENGTH'] = 100 * 1024 * 1024 # Max 100 MB.
99
ALLOWED_EXTENSIONS = [
10-
'js', 'css', 'html', 'json', 'txt', 'mp4', 'avi', 'flv', 'mov', 'wmv'
10+
'js', 'css', 'html', 'json', 'txt', 'mp4', 'avi', 'flv', 'mov', 'wmv',
1111
'png', 'jpg', 'jpeg', 'gif', 'tiff', 'bmp', 'mp3', 'wav', 'flac', 'aac',
1212
'ogg', 'alac', 'zip', '7z', 'rar', 'whatever']
1313

0 commit comments

Comments
 (0)