From 1e67935333f3951347a9956950b7ca1607b1b77e Mon Sep 17 00:00:00 2001 From: zjt <937178071@qq.com> Date: Sun, 22 Oct 2023 09:33:09 +0800 Subject: [PATCH] new server frame --- backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.py b/backend.py index 39c2a08..e4842cb 100644 --- a/backend.py +++ b/backend.py @@ -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')