Update main.py

This commit is contained in:
bigJIU 2023-04-17 13:39:23 +08:00
parent 0a16560afe
commit 7ba90c69d3

View File

@ -261,5 +261,5 @@ def saveJsonFile(path, filename, content):
if __name__ == '__main__': if __name__ == '__main__':
#saveRepFile(replayDataPath, "null_test.rep", testJson) #saveRepFile(replayDataPath, "null_test.rep", testJson)
# app.run(host='0.0.0.0', port=80, debug=False) app.run(host='0.0.0.0', port=80, debug=False)
app.run() # app.run()