remove upload error message

This commit is contained in:
Justin
2022-03-02 18:42:50 +08:00
committed by GitHub
parent ea5b15d803
commit 2f67fbc313

View File

@@ -327,7 +327,7 @@ def upload():
except Exception as e:
# print(e)
uploading = False
uploading = False
return index()
def remove_old_uploads():