@ -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)