summary refs log tree commit diff stats
path: root/mailinglist/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailinglist/thread.py')
-rwxr-xr-xmailinglist/thread.py4
1 files changed, 0 insertions, 4 deletions
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)