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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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