Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
illvart committed Jul 5, 2024
1 parent e0e90d3 commit 15f841e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getter/core/db/collections_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 15f841e

Please sign in to comment.