new server frame

This commit is contained in:
zjt 2023-10-22 09:33:09 +08:00
parent cb7161d913
commit 1e67935333

View File

@ -48,5 +48,5 @@ def index():
return 'Content-Type not supported!'
app.run(port=2020, host="0.0.0.0", debug=True)
# app.run(port=2020, host="0.0.0.0", debug=True)
print('server starts working')