mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Use pretty logger for summaries
This commit is contained in:
parent
e8be6e498e
commit
d9ea688145
3 changed files with 38 additions and 45 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue