mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-08-12 15:46:36 +02:00
a
This commit is contained in:
@ -368,6 +368,7 @@ def config_get():
|
||||
@app.route("/config/", methods=["POST"])
|
||||
def config_post():
|
||||
action = request.form
|
||||
print(action)
|
||||
with open("/app/MsRewards-Reborn/user_data/proxy.json", "r") as inFile:
|
||||
proxys = json.load(inFile)
|
||||
with open("/app/MsRewards-Reborn/user_data/discord.json", "r") as inFile:
|
||||
|
Reference in New Issue
Block a user