This commit is contained in:
piair 2023-07-01 13:41:17 +02:00
parent 9082f9b87c
commit 3c9472fe2e
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ scheduler.add_job( # on relance le job
def start_ms(i): def start_ms(i):
print("\033[32m" + f"Starting config {i}" + "\033[0m") print("\033[32m" + f"Starting config {i}" + "\033[0m")
subprocess.Popen(["python3",'-u' ,"/app/MsRewards-Reborn/V6.py", "-c", i]) subprocess.Popen(["python3",'-u' ,"/app/MsRewards-Reborn/V6.py", "-c", i, "&>>", f"/app/user_data/logs/{i}.txt"])

View File

@ -1 +1 @@
v6.0.4 v6.0.5