annother hexxo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-12 01:45:44 +10:00
parent 3adcc12242
commit 1cde8d0d02

8
app.py
View File

@ -4,7 +4,7 @@ from todo import todos
from boards import board_list from boards import board_list
from threads import threads_lists from threads import threads_lists
from threads_with_posts import open_threads from threads_with_posts import open_threads
from arango import ArangoClient #from arango import ArangoClient
import socket import socket
@ -24,10 +24,10 @@ js.build()
arango_client = ArangoClient(hosts='http://localhost:8529') # arango_client = ArangoClient(hosts='http://localhost:8529')
db = arango_client.db('board1', username='root', password='rootpassword') # db = arango_client.db('board1', username='root', password='rootpassword')
boards = db.collection('boards') # boards = db.collection('boards')