clan-app: Fix delete tasks

clan-app: Fix delete tasks
This commit is contained in:
Qubasa
2025-07-08 17:58:49 +07:00
parent 60263bac8a
commit 0c54a0f6de
3 changed files with 4 additions and 3 deletions

View File

@@ -75,7 +75,9 @@ class WebviewBridge(ApiBridge):
)
except Exception as e:
msg = f"Error while handling webview call {method_name} with op_key {op_key_bytes}"
msg = (
f"Error while handling webview call {method_name} with op_key {op_key}"
)
log.exception(msg)
self.send_error_response(op_key, str(e), ["webview_bridge", method_name])
return