ljltkfk
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-01 22:23:04 +10:00
parent bb35de53d4
commit 994479fd9d

View File

@@ -15,7 +15,6 @@ from utils import logger
from api.schemas import ParserOneRequest, Parserall, Source, DownloadRange from api.schemas import ParserOneRequest, Parserall, Source, DownloadRange
from parsers import start_pars_one_istochnik, start_pars_two_istochnik, start_pars_all_istochnik from parsers import start_pars_one_istochnik, start_pars_two_istochnik, start_pars_all_istochnik
import work_parser as wp import work_parser as wp
import parser_bd as pbd
def setup_routes(app: FastAPI) -> None: def setup_routes(app: FastAPI) -> None: