From 51104a378caa366b78c789ec4473df98392a8811 Mon Sep 17 00:00:00 2001 From: Archos Date: Sat, 18 Apr 2026 19:48:28 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20maz=C3=A1n=C3=AD=20data/=20soubor=C5=AF?= =?UTF-8?q?=20po=2060=20dnech=20m=C3=ADsto=2030?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weekly_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weekly_report.py b/weekly_report.py index fa607c2..9092c32 100644 --- a/weekly_report.py +++ b/weekly_report.py @@ -211,7 +211,7 @@ def main(): except Exception: sys.exit(1) - cutoff = date_to - timedelta(days=30) + cutoff = date_to - timedelta(days=60) data_dir = "data" if os.path.isdir(data_dir): for fname in os.listdir(data_dir):