mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-05-12 15:46:29 +02:00
add logs
This commit is contained in:
parent
9082f9b87c
commit
3c9472fe2e
@ -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"])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2
version
2
version
@ -1 +1 @@
|
|||||||
v6.0.4
|
v6.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user