mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
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:
parent
562393b77e
commit
b7ee17ffba
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue