diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:24:58 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:27:06 +0000 |
| commit | 33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch) | |
| tree | 406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /mailinglist/downloader.py | |
| parent | adedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff) | |
| download | emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip | |
add launchpad bug reports without comments
Diffstat (limited to 'mailinglist/downloader.py')
| -rwxr-xr-x | mailinglist/downloader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailinglist/downloader.py b/mailinglist/downloader.py index 12673e7c..c653e5e5 100755 --- a/mailinglist/downloader.py +++ b/mailinglist/downloader.py @@ -11,7 +11,7 @@ from launchpad import process_launchpad_bug from thread import process_thread start_date = datetime(2015, 4, 1) -end_date = datetime.today().replace(day=1) +end_date = datetime(2025, 5, 1) def months_iterator(start, end): current = start |