Update server.py

This commit is contained in:
Justin 2022-03-02 18:50:06 +08:00 committed by GitHub
parent 2f67fbc313
commit 15e839f6e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,7 +326,7 @@ def upload():
images[name].save('user_uploads/' +name)
except Exception as e:
# print(e)
#print(e)
uploading = False
return index()