From 1cde8d0d02422ee9b573dcbc9f7540398f221ff1 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 12 Jul 2023 01:45:44 +1000 Subject: [PATCH] annother hexxo --- app.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.py b/app.py index 7709315..734f804 100644 --- a/app.py +++ b/app.py @@ -4,7 +4,7 @@ from todo import todos from boards import board_list from threads import threads_lists from threads_with_posts import open_threads -from arango import ArangoClient +#from arango import ArangoClient import socket @@ -24,10 +24,10 @@ js.build() -arango_client = ArangoClient(hosts='http://localhost:8529') -db = arango_client.db('board1', username='root', password='rootpassword') +# arango_client = ArangoClient(hosts='http://localhost:8529') +# db = arango_client.db('board1', username='root', password='rootpassword') -boards = db.collection('boards') +# boards = db.collection('boards')