добавление отслеживания количества выгрузки
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-19 22:36:49 +10:00
parent e9d7a2d51f
commit 63ab6ed108
5 changed files with 90 additions and 20 deletions

View File

@@ -45,7 +45,6 @@ async def lifespan(app: FastAPI):
total_minutes = int(idx * minutes_per_source)
scheduled_hour = total_minutes // 60
scheduled_minute = total_minutes % 60
# Для универсального парсера нужно передавать url и promt как аргументы
scheduler.add_job(
scheduled_parser_universal,