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