removed debug mode

delete_edge
Ugo Finnendahl 5 years ago
parent 1e9814abf0
commit c7cf20b1e5
  1. 2
      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)

Loading…
Cancel
Save