Add download summary

This commit is contained in:
Daniel Augustin
2020-06-25 15:41:58 +02:00
parent 7024db1f13
commit f6fbd5e4bb
4 changed files with 39 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ def main() -> None:
cookies="ilias_cookies.txt",
)
pferd.print_summary()
if __name__ == "__main__":
main()