bon normalement ca marche, sauf que grafana et nginx ne se lancent pas auto

This commit is contained in:
piair
2023-08-22 16:32:37 +02:00
parent a426e787e3
commit a9674a5b0a
3 changed files with 1499 additions and 6 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff