abrc cj[hfytybz
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-07 20:59:25 +10:00
parent 83020c3124
commit 707c523b53
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ def setup_routes(app: FastAPI) -> None:
# 2. Собираем все файлы .docx за период
all_files = []
current_date = start_date
while current_date <= finish_date:
while current_date <= finish_date + timedelta(days=1):
date_path = current_date.strftime("%Y/%m/%d")
full_dir_path = os.path.join(DOCUMENTS_DIR, date_path)