This commit is contained in:
2025-09-12 14:10:57 +02:00
parent 403e82deec
commit 99300db2ca
5 changed files with 6 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ conn = mysql.connector.connect(
host=os.getenv("DB_HOST"),
user=os.getenv("DB_USER"),
password=os.getenv("DB_PASSWORD"),
database="DB_NAME"
database="SG"
)
cursor = conn.cursor()