From 90a87d19c71527f1978e979697248e6d7fcd14c6 Mon Sep 17 00:00:00 2001 From: piair Date: Sat, 30 Sep 2023 17:33:39 +0200 Subject: [PATCH] =?UTF-8?q?2=C3=A8me=20probl=C3=A8me=20(je=20ne=20vais=20c?= =?UTF-8?q?ommit=20que=20les=20modifs=20sur=20le=20app.py)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Flask/app.py | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Flask/app.py b/Flask/app.py index 11f1042..70209d3 100644 --- a/Flask/app.py +++ b/Flask/app.py @@ -373,7 +373,7 @@ def stats(): def override_post(): json = request.form.to_dict(flat=False) log = open(f"/app/MsRewards-Reborn/Flask/static/logs/custom.txt", 'w') # so that data written to it will be appended - subprocess.Popen([f"python3 -u /app/MsRewards-Reborn/V6.py -c {json['config']} --very-custom \"{json}\""], stdout=log, stderr=log, shell=True) + subprocess.Popen([f"python3 -u /app/MsRewards-Reborn/V6.py -c {json['config'][0]} --very-custom \"{json}\""], stdout=log, stderr=log, shell=True) log.close() return(render_template("vnc_post.html")) diff --git a/version b/version index e8b7629..deea042 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.6.28 +v6.6.29