diff --git a/getter/core/db/collections_db.py b/getter/core/db/collections_db.py index b376091..12d6cec 100644 --- a/getter/core/db/collections_db.py +++ b/getter/core/db/collections_db.py @@ -52,8 +52,8 @@ async def get_col(keyword: str) -> Collections: async def set_col( keyword: str, - json: str, - njson: str | None = None, + json: Any, + njson: Any = None, ) -> None: njson = njson or {} async with Session(True) as s: