fix(search.py, author.py): small fixes for start. logger import fails
All checks were successful
Deploy on push / deploy (push) Successful in 40s

This commit is contained in:
Stepan Vladovskiy
2025-04-29 17:50:51 -03:00
parent 93c00b3dd1
commit 3782a9dffb
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import logging
import os
import httpx
import time
import random
from collections import defaultdict
from datetime import datetime, timedelta