Compare commits

...

2 Commits

2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ Description=Run MediathekViewWeb download helper
[Timer]
OnCalendar=0/2:2
OnCalendar=0/1:20
Persistent=true
[Install]

View File

@ -132,7 +132,7 @@ logging.basicConfig(
format=CONST.LOG_FORMAT,
datefmt="[%X]",
handlers=[RichHandler(
show_time=False if "SYSTEMD_EXEC_PID" in os.environ else True,
show_time=False,
rich_tracebacks=True
)]
)