diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-23 13:15:00 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-23 13:15:00 +0200 |
| commit | 86db394d132602de610cbcac344a9b4f52087de3 (patch) | |
| tree | 061b1b90f6c6074b5d49fcfdd6a2ba0a8ae14e5f /mailinglist/thread.py | |
| parent | fac715cd71675861766732fb84741e4e25c6995b (diff) | |
| download | qemu-analysis-86db394d132602de610cbcac344a9b4f52087de3.tar.gz qemu-analysis-86db394d132602de610cbcac344a9b4f52087de3.zip | |
remove main
Diffstat (limited to 'mailinglist/thread.py')
| -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 2dc8ce2f7..8efd5a731 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) |