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 }