Skip to content

Commit

Permalink
fix decorator?
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Jun 28, 2024
1 parent 397164f commit f206fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from traceloop.sdk.decorators import task


@task()
@task
@app.task
def ask_question_auto_search(
question: str,
Expand Down

0 comments on commit f206fad

Please sign in to comment.