From eae133f18e18de411fa0478e9597513bb14057f1 Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Tue, 9 Jun 2026 11:52:47 -0400 Subject: [PATCH] Development --- routlin/dl_blocklists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routlin/dl_blocklists.py b/routlin/dl_blocklists.py index 016776f..d74b0ea 100644 --- a/routlin/dl_blocklists.py +++ b/routlin/dl_blocklists.py @@ -89,9 +89,9 @@ def main(): check_root() setup_logging() data = load_config() + LAST_DL_FILE.write_text(str(int(__import__('time').time()))) logging.info("Downloading blocklists ==========================================") success = download_blocklists(data) - LAST_DL_FILE.write_text(str(int(__import__('time').time()))) if not success: logging.warning("One or more downloads failed.") sys.exit(1)