From 86db394d132602de610cbcac344a9b4f52087de3 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 23 May 2025 13:15:00 +0200 Subject: remove main --- mailinglist/thread.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mailinglist/thread.py') diff --git a/mailinglist/thread.py b/mailinglist/thread.py index 2dc8ce2f..8efd5a73 100755 --- a/mailinglist/thread.py +++ b/mailinglist/thread.py @@ -26,7 +26,3 @@ def process_thread(url, hash_value): if match: href = match.group(1) process_thread(urljoin(url, href), hash_value) - -if __name__ == "__main__": - makedirs("output_mailinglist", exist_ok=True) - process_thread("https://lists.nongnu.org/archive/html/qemu-devel/2025-04/msg05446.html", 861041) -- cgit 1.4.1