This commit is contained in:
piair
2022-09-30 14:59:54 +02:00
parent 994af56880
commit 43e970a1aa
2 changed files with 2 additions and 2 deletions

2
V4.py
View File

@ -886,7 +886,7 @@ def LogPoint(account="unknown"): # log des points sur discord
webhookSuccess.send(f"{account} actuellement à {str(points)} points")
if sql_enabled :
add_to_database(account, points)
add_to_database(account, points, sql_host, sql_usr, sql_pwd, sql_database)
def Fidelite():