fix: reset health sync to 7 days

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