diff --git a/app.py b/app.py index c9d5a29..da65f3b 100644 --- a/app.py +++ b/app.py @@ -84,7 +84,8 @@ def syscheck_report(): db.close() return f"Success! Report ID: {report_id}", 200 - except: + except Exception as ex: + print(ex) return "ERROR: Failed to save SysCheck report!", 200 else: diff --git a/config.json b/config.json index 9a7f5fe..0ac8049 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "ip": "0.0.0.0", "port": "6969", - "version": "1.0.6", + "version": "1.0.7", "upload_passwords": [ "d2wRuTEObSAN", "B277eNGp789a"