summary refs log tree commit diff stats
path: root/mailinglist/thread.py
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-23 13:15:00 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-23 13:15:00 +0200
commit86db394d132602de610cbcac344a9b4f52087de3 (patch)
tree061b1b90f6c6074b5d49fcfdd6a2ba0a8ae14e5f /mailinglist/thread.py
parentfac715cd71675861766732fb84741e4e25c6995b (diff)
downloademulator-bug-study-86db394d132602de610cbcac344a9b4f52087de3.tar.gz
emulator-bug-study-86db394d132602de610cbcac344a9b4f52087de3.zip
remove main
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)