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:
parent
7092e4e4ac
commit
2eb3223496
1 changed files with 1 additions and 1 deletions
|
@ -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__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue