mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-12 06:04:46 +02:00
bon normalement ca marche, sauf que grafana et nginx ne se lancent pas auto
This commit is contained in:
@ -40,7 +40,7 @@ def add_to_database(compte, points, save_if_fail=True):
|
||||
if points is None:
|
||||
pass
|
||||
else:
|
||||
mydb = sqlite3.connect("MsRewards.db")
|
||||
mydb = sqlite3.connect("/app/MsRewards-Reborn/MsRewards.db")
|
||||
mycursor = mydb.cursor()
|
||||
if get_row(compte, points,mycursor, True): #check if the row exist with the same ammount of points and do nothind if it does
|
||||
#printf("les points sont deja bon")
|
||||
|
1469
modules/grafana-config/grafana.ini
Executable file
1469
modules/grafana-config/grafana.ini
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user