remove async

This commit is contained in:
jxxghp
2023-07-09 11:51:29 +08:00
parent ae10cd2a6b
commit 7f029d7389
15 changed files with 150 additions and 152 deletions
+1 -1
View File
@@ -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每日壁纸
"""