clean exit when no trailers to download

This commit is contained in:
simon 2021-04-23 17:43:33 +07:00
parent 89bb00cdfc
commit a363d30b37
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ def main(config):
downloaded = dl_pending(pending, config)
else:
print('no missing trailers found')
return
# move to archive
if downloaded:
new_trailers = archive(config)