hide upload error message
This commit is contained in:
parent
182316f6ed
commit
ea5b15d803
@ -326,8 +326,8 @@ def upload():
|
|||||||
images[name].save('user_uploads/' +name)
|
images[name].save('user_uploads/' +name)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
# print(e)
|
||||||
uploading = False
|
uploading = False
|
||||||
return index()
|
return index()
|
||||||
|
|
||||||
def remove_old_uploads():
|
def remove_old_uploads():
|
||||||
|
Loading…
Reference in New Issue
Block a user