Skip to content

Commit

Permalink
debug start route error
Browse files Browse the repository at this point in the history
  • Loading branch information
zMardone committed Dec 27, 2024
1 parent 8b57004 commit 65ab04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/tasks/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def get_action_clients(preview: bool = False):

return response

except Exception as e:
except ZeroDivisionError as e:
print(f"[- START ROUTE - Error: {e} -]")
if message.text:
log_usecase.update_status("F", exception_text=e)

0 comments on commit 65ab04b

Please sign in to comment.