my.youtube.takeout: fix exception handling
This commit is contained in:
parent
1c452b12d4
commit
a0ce666024
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ def watched() -> Iterable[Res[Watched]]:
|
|||
for e in events():
|
||||
if isinstance(e, Exception):
|
||||
yield e
|
||||
continue
|
||||
|
||||
if not isinstance(e, Activity):
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue