Compare commits
No commits in common. "3c9d20891cc65ea99c480b5df019a3b3f0358892" and "d4920ec32249b31a6884e8f9af6c72e6eaea8ef5" have entirely different histories.
3c9d20891c
...
d4920ec322
|
@ -386,7 +386,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'][0]} --json \"{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"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue