diff --git a/main.py b/main.py index 3e541a1..ae5056e 100644 --- a/main.py +++ b/main.py @@ -152,4 +152,4 @@ if __name__ == '__main__': if os.path.isfile(PATH) and os.access(PATH, os.R_OK): with open(PATH, 'r') as f: graph = json.load(f) - app.run(host="127.0.0.1", debug= True, port=5000) + app.run(host="127.0.0.1", port=5000)