how about my idiot brain thinks of showing the problem if i am catching it?????
This commit is contained in:
parent
d0ac73dea5
commit
2b93e20f66
2 changed files with 3 additions and 2 deletions
3
app.py
3
app.py
|
@ -84,7 +84,8 @@ def syscheck_report():
|
||||||
db.close()
|
db.close()
|
||||||
|
|
||||||
return f"Success! Report ID: {report_id}", 200
|
return f"Success! Report ID: {report_id}", 200
|
||||||
except:
|
except Exception as ex:
|
||||||
|
print(ex)
|
||||||
return "ERROR: Failed to save SysCheck report!", 200
|
return "ERROR: Failed to save SysCheck report!", 200
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"ip": "0.0.0.0",
|
"ip": "0.0.0.0",
|
||||||
"port": "6969",
|
"port": "6969",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"upload_passwords": [
|
"upload_passwords": [
|
||||||
"d2wRuTEObSAN",
|
"d2wRuTEObSAN",
|
||||||
"B277eNGp789a"
|
"B277eNGp789a"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue