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

Function approval_worker

Scripts/ButSystem.py:16759–16763  ·  view source on GitHub ↗

Deprecated: kept for compatibility. Use approval_prompt() in main thread.

()

Source from the content-addressed store, hash-verified

16757 "UPDATE profiler_entries SET bounty_price=NULL, bounty_set_by=NULL, bounty_updated_at=?, bounty_reason=NULL WHERE id=?",
16758 (now_z(), eid)
16759 )
16760 conn.commit()
16761 conn.close()
16762 flash(_("Bounty removed from profile") + f" #{eid}.")
16763 return redirect(url_for("bounty", eid=eid))
16764
16765
16766@app.route("/profiler")

Callers

nothing calls this directly

Calls 1

approval_promptFunction · 0.70

Tested by

no test coverage detected