From 7ba90c69d3e4cbadb606515fc71605fb95ce0c6f Mon Sep 17 00:00:00 2001 From: bigJIU <1572204178@qq.com> Date: Mon, 17 Apr 2023 13:39:23 +0800 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index a5e7193..c99e0dd 100644 --- a/main.py +++ b/main.py @@ -261,5 +261,5 @@ def saveJsonFile(path, filename, content): if __name__ == '__main__': #saveRepFile(replayDataPath, "null_test.rep", testJson) - # app.run(host='0.0.0.0', port=80, debug=False) - app.run() + app.run(host='0.0.0.0', port=80, debug=False) + # app.run()