Browse Source

Prevent exception masking in async loop

jherve 1 năm trước cách đây
mục cha
commit
25b53f3701
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/de_quoi_parle_le_monde/main.py

+ 1 - 2
src/de_quoi_parle_le_monde/main.py

@@ -69,8 +69,7 @@ async def main(dler: ArchiveDownloader):
                 ArchiveDownloader.handle_snap(ia, c, storage, d)
                 for d in dts
                 for c in media_collection.values()
-            ],
-            return_exceptions=True,
+            ]
         )