From b14d0a98c20cf4b02a1b76880555cd5eb82f84a9 Mon Sep 17 00:00:00 2001 From: CrafterPika Date: Mon, 25 Nov 2024 21:16:20 +0100 Subject: [PATCH] i may be stupid --- app.py | 2 +- config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 96071c6..1a0e6cd 100644 --- a/app.py +++ b/app.py @@ -69,7 +69,7 @@ def index(): def syscheck_report(): form_data = request.form.to_dict(flat=False) report_txt = form_data["syscheck"][0] - console_id = get_console_id(report_txt) + console_id = get_console_id(report_txt)[:-4] # check if console id: is present if console_id == "0": diff --git a/config.json b/config.json index 81906bc..ef7f735 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "ip": "0.0.0.0", "port": "6969", - "version": "1.1.0", + "version": "1.1.1", "upload_password": "B277eNGp789a", "docker": false }