fix(tasks): Remove unnecessary raise statement in refresh_single_m3u_account function to improve error handling and maintain task flow.

This commit is contained in:
SergeantPanda 2026-06-25 11:06:07 -05:00
parent 562393b77e
commit b7ee17ffba

View file

@ -3194,7 +3194,6 @@ def refresh_single_m3u_account(account_id):
notify_error=True,
ws_error=str(e)[:500],
)
raise
finally:
_ensure_m3u_refresh_terminal_status(account_id)
_release_task_db_connection()