mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-13 14:34:45 +02:00
add logs
This commit is contained in:
@ -45,7 +45,7 @@ scheduler.add_job( # on relance le job
|
||||
|
||||
def start_ms(i):
|
||||
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"])
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user