Print download summary in sync_url

This commit is contained in:
I-Al-Istannen 2020-12-05 14:08:00 +01:00
parent 4ce385b262
commit 57259e21f4

View File

@ -102,6 +102,8 @@ def main() -> None:
file_conflict_resolver=file_confilict_resolver
)
pferd.print_summary()
if __name__ == "__main__":
main()