Update dreamtown_config.py

This commit is contained in:
Li 2022-07-31 15:25:00 +12:00 committed by GitHub
parent c3de452ef6
commit 2049c5ca38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ ANSWER_INCORRECT = 5
def DbConnect():
return mariadb.connect(
user="root",
password="ac63a6211f1f33656865d300bed172ec",
password="DB_CREDENTIALS",
host="127.0.0.1",
port=3306,
database="dreamtown"
@ -201,4 +201,4 @@ db.close()