how about my idiot brain thinks of showing the problem if i am catching it?????

This commit is contained in:
CrafterPika 2024-11-01 15:35:45 +01:00
parent d0ac73dea5
commit 2b93e20f66
Signed by: crafterpika
GPG key ID: B4E0BA4B52B201DC
2 changed files with 3 additions and 2 deletions

3
app.py
View file

@ -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:

View file

@ -1,7 +1,7 @@
{
"ip": "0.0.0.0",
"port": "6969",
"version": "1.0.6",
"version": "1.0.7",
"upload_passwords": [
"d2wRuTEObSAN",
"B277eNGp789a"