i may be stupid
This commit is contained in:
parent
a4496b26e6
commit
b14d0a98c2
2 changed files with 2 additions and 2 deletions
2
app.py
2
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":
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"ip": "0.0.0.0",
|
||||
"port": "6969",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"upload_password": "B277eNGp789a",
|
||||
"docker": false
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue