diff --git a/comet/services/torrent_manager.py b/comet/services/torrent_manager.py index c13d025..81353f1 100644 --- a/comet/services/torrent_manager.py +++ b/comet/services/torrent_manager.py @@ -630,7 +630,7 @@ async def _execute_standard_sqlite_insert(rows: list[dict]): if attempt < 4: await asyncio.sleep(0.2 * (attempt + 1)) continue - raise e + raise async def _execute_batched_upsert(query: str, rows):