Use pretty logger for summaries

This commit is contained in:
I-Al-Istannen
2020-06-26 15:52:07 +02:00
parent e8be6e498e
commit d9ea688145
3 changed files with 38 additions and 45 deletions

View File

@ -159,7 +159,10 @@ class Pferd(Location):
return organizer
def print_summary(self) -> None:
self._download_summary.print(LOGGER, PRETTY)
"""
Prints the accumulated download summary.
"""
PRETTY.summary(self._download_summary)
@swallow_and_print_errors
def ilias_kit_personal_desktop(