MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / _trusted_device_touch

Function _trusted_device_touch

Scripts/ButSystem.py:1413–1420  ·  view source on GitHub ↗
(username: str, fp: str)

Source from the content-addressed store, hash-verified

1411
1412# ---------------------------
1413# App / helpers
1414# ---------------------------
1415
1416app = Flask(__name__)
1417
1418
1419@app.errorhandler(Exception)
1420def _handle_unexpected_web_error(error):
1421 """Log full web exceptions to the file and the Termux error monitor."""
1422 if isinstance(error, HTTPException):
1423 return error

Callers 1

Calls 2

db_connectFunction · 0.70
now_zFunction · 0.70

Tested by

no test coverage detected