mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-08-09 15:06:36 +02:00
oulah qu'ai-je fait
This commit is contained in:
9
V6.py
9
V6.py
@ -611,12 +611,9 @@ def log_points(account="unknown"):
|
||||
|
||||
if g.sql_enabled :
|
||||
try :
|
||||
add_to_database(account_name, points, g.sql_host, g.sql_usr, g.sql_pwd, g.sql_database)
|
||||
add_to_database(account_name, points)
|
||||
except Exception as e:
|
||||
if g.database_error_override:
|
||||
printf("database error.")
|
||||
else :
|
||||
log_error(e)
|
||||
log_error(e)
|
||||
|
||||
|
||||
def fidelity():
|
||||
@ -832,7 +829,7 @@ else :
|
||||
display = SmartDisplay(size=(1920, 1080))
|
||||
display.start()
|
||||
|
||||
webhookFailure.send(f"Starting on this config", username="UPDATE", avatar_url="https://cdn-icons-png.flaticon.com/512/1688/1688988.png")
|
||||
webhookFailure.send(f"Starting on this config", username="Check de lancement", avatar_url="https://cdn-icons-png.flaticon.com/512/1688/1688988.png")
|
||||
|
||||
if g.custom_start:
|
||||
CustomStart()
|
||||
|
Reference in New Issue
Block a user