Update server.py

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

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()