Deprecated: kept for compatibility. Use approval_prompt() in main thread.
()
| 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") |
nothing calls this directly
no test coverage detected