revert a7fce0a583
This commit is contained in:
parent
a7fce0a583
commit
4666c07109
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def create_app():
|
||||||
|
|
||||||
# Ensure that uploads directory exists
|
# Ensure that uploads directory exists
|
||||||
try:
|
try:
|
||||||
os.mkdir("acmsite/" + app.config["UPLOAD_FOLDER"])
|
os.mkdir(app.config["UPLOAD_FOLDER"])
|
||||||
except FileExistsError:
|
except FileExistsError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue