From 83921912a4a43358b78fef80d58459ffe8b13214 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Wed, 23 Mar 2022 23:37:19 +0100 Subject: [PATCH] Add to-dos --- mvw-dl.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mvw-dl.py b/mvw-dl.py index ea58b13..f9d997f 100644 --- a/mvw-dl.py +++ b/mvw-dl.py @@ -46,6 +46,11 @@ from rich.progress import ( ) # TODO set locale for datetime and others to globally stick to en_US +# TODO thread log messages display timestamp in systemd journal +# TODO Increment file name suffix more than once of needed +# TODO [23:15:14] DEBUG [thread] +# TODO Clean mvw-dl.timer +# TODO Reset maus-query.json download_start_time = 0 download_last_update_time = 0 total_content_length = 0