hide upload error message
This commit is contained in:
@@ -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():
|
||||||
|
Reference in New Issue
Block a user