cli: Print lister stats at the end of the run command

Display the number of processed pages and listed origins after the
listing process ended.
This commit is contained in:
Antoine Lambert 2023-06-22 14:41:07 +02:00
parent 7092e4e4ac
commit 2eb3223496

View file

@ -77,7 +77,7 @@ def run(ctx, lister, options):
config["scheduler"] = {"cls": "temporary"}
get_lister(lister, **config).run()
print(get_lister(lister, **config).run())
if __name__ == "__main__":