checkpoint: finished test curation
This commit is contained in:
@@ -241,6 +241,13 @@ class HookHandler(BaseHTTPRequestHandler):
|
||||
# Clean up pending ask entry
|
||||
del app._pending_asks[request_id]
|
||||
|
||||
# Queue GUI task to clear the dialog
|
||||
with app._pending_gui_tasks_lock:
|
||||
app._pending_gui_tasks.append({
|
||||
"action": "clear_ask",
|
||||
"request_id": request_id
|
||||
})
|
||||
|
||||
self.send_response(200)
|
||||
self.send_header('Content-Type', 'application/json')
|
||||
self.end_headers()
|
||||
|
||||
Reference in New Issue
Block a user