mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
remove async
This commit is contained in:
@@ -56,7 +56,7 @@ async def login_access_token(
|
||||
|
||||
|
||||
@router.get("/login/wallpaper", summary="Bing每日壁纸", response_model=schemas.Response)
|
||||
async def bing_wallpaper() -> Any:
|
||||
def bing_wallpaper() -> Any:
|
||||
"""
|
||||
获取Bing每日壁纸
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user