add tournament creation
This commit is contained in:
2
app.py
2
app.py
@@ -5,7 +5,7 @@ import psycopg2 as sql
|
||||
from textwrap import dedent
|
||||
|
||||
DB_NAME, DB_USER, DB_PASSWORD, DB_HOST, DB_PORT = "database", "user", "password", "localhost", "5432"
|
||||
connection = allfence.connect(
|
||||
connection = allfence.create_database_connection(
|
||||
db_name=DB_NAME,
|
||||
user=DB_USER,
|
||||
password=DB_PASSWORD,
|
||||
|
||||
Reference in New Issue
Block a user