Process missing kids url based on API endpoint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user