Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
seymasa committed Aug 1, 2022
1 parent da3fb16 commit c88f25c
Show file tree
Hide file tree
Showing 4 changed files with 27,534 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
dir_path = os.path.dirname(os.path.realpath(__file__))

app.config['UPLOAD_EXTENSIONS'] = ['.xlsx']
app.config['MAX_CONTENT_LENGTH'] = 1024 * 1024
app.config['MAX_CONTENT_LENGTH'] = 2048 * 2048
app.config.update(
UPLOADED_PATH=os.path.join(dir_path, 'static/'),
DROPZONE_MAX_FILES=1
Expand Down
Loading

0 comments on commit c88f25c

Please sign in to comment.