Parcourir la source

Prevent exception masking in async loop

jherve il y a 1 an
Parent
commit
25b53f3701
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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,
+            ]
         )