Skip to content

Commit

Permalink
Merge pull request #61 from shininome/shino_aio
Browse files Browse the repository at this point in the history
fix config error
  • Loading branch information
shininome authored Oct 25, 2024
2 parents b4d456d + 641f0ce commit 424e74f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions backend/src/module/downloader/config.py

This file was deleted.

2 changes: 1 addition & 1 deletion backend/src/module/searcher/searcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def analyse_keyword(
exist_list.append(special_link)
bangumi_list.append(
json.dumps(
bangumi.model_dump(),
bangumi.dict(),
separators=(",", ":"),
)
)
Expand Down

0 comments on commit 424e74f

Please sign in to comment.