mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-12 02:56:13 +08:00
feat: add new feature
fix: fix bugs change: Format code. Change dataclass to BaseModel
This commit is contained in:
@@ -38,7 +38,7 @@ def get_torrent(full_path):
|
||||
logger.warning("Failed to get torrent")
|
||||
raise HTTPException(status_code=500, detail="Failed to get torrent")
|
||||
|
||||
|
||||
|
||||
@router.get("/RSS/MyBangumi", tags=["proxy"])
|
||||
async def get_my_bangumi(token: str):
|
||||
full_path = "MyBangumi?token=" + token
|
||||
|
||||
Reference in New Issue
Block a user