From 33606b41d35115f887ea688b1a16f2ff85bf2fe4 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Mon, 30 Jun 2025 12:24:58 +0000 Subject: add launchpad bug reports without comments --- mailinglist/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailinglist/downloader.py') diff --git a/mailinglist/downloader.py b/mailinglist/downloader.py index 12673e7c6..c653e5e57 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 -- cgit 1.4.1