mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 21:27:53 -05:00
Fix telemetry call in spec writer.
This commit is contained in:
@@ -125,7 +125,7 @@ class SpecWriter(BaseAgent):
|
||||
buttons={"continue": "continue"},
|
||||
)
|
||||
if confirm.cancelled or confirm.button == "continue" or confirm.text == "":
|
||||
await self.telemetry.trace_code_event(
|
||||
await telemetry.trace_code_event(
|
||||
"spec-writer-questions",
|
||||
{
|
||||
"num_questions": n_questions,
|
||||
|
||||
Reference in New Issue
Block a user