mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-20 11:57:46 +08:00
The database classes (BangumiDatabase, TorrentDatabase, RSSDatabase) use synchronous Session, but tests were incorrectly using AsyncSession with await calls, causing AttributeError on coroutine objects. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>