Skip to content

Commit a370cb3

Browse files
committed
More file extensions!
1 parent d960081 commit a370cb3

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
@@ -9,7 +9,7 @@
99
ALLOWED_EXTENSIONS = [
1010
'js', 'css', 'html', 'json', 'txt', 'mp4', 'avi', 'flv', 'mov', 'wmv',
1111
'png', 'jpg', 'jpeg', 'gif', 'tiff', 'bmp', 'mp3', 'wav', 'flac', 'aac',
12-
'ogg', 'alac', 'zip', '7z', 'rar', 'whatever']
12+
'ogg', 'alac', 'zip', '7z', 'rar', 'pdf', 'exe']
1313

1414

1515
@app.route('/', methods=['GET', 'POST'])

0 commit comments

Comments
 (0)