From c7cf20b1e5333a4faa1a0a5d9e99138a3fa03b84 Mon Sep 17 00:00:00 2001 From: Ugo Date: Thu, 12 Sep 2019 15:38:15 +0200 Subject: [PATCH] removed debug mode --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)