diff options
| -rwxr-xr-x | mailinglist/thread.py | 4 |
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) |