fix: backfill 3y health data

This commit is contained in:
2026-05-12 23:53:06 +02:00
parent 86f0ab1486
commit 516ec3d375
+1 -1
View File
@@ -240,7 +240,7 @@ data:
"""
synced = 0
check_date = today - timedelta(days=7)
check_date = today - timedelta(days=365 * 3)
while check_date <= today:
d = check_date.isoformat()