summary refs log tree commit diff stats
path: root/mailinglist/downloader.py
diff options
context:
space:
mode:
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