summary refs log tree commit diff stats
path: root/mailinglist/downloader.py
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:24:58 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:27:06 +0000
commit33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch)
tree406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /mailinglist/downloader.py
parentadedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff)
downloademulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz
emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip
add launchpad bug reports without comments
Diffstat (limited to 'mailinglist/downloader.py')
-rwxr-xr-xmailinglist/downloader.py2
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