Process missing kids url based on API endpoint

This commit is contained in:
Luciano Gervasoni
2025-09-08 16:12:27 +02:00
parent 1fbc5beb6e
commit 079b2473f8
5 changed files with 86 additions and 48 deletions

View File

@@ -6,7 +6,7 @@ import requests
import os
def notify_telegram(last_hours=24):
def notify_telegram(last_hours=12):
start_date = timezone.now() - timedelta(hours=last_hours)
# Count the number of URLs grouped by status within the date range