fix #2993 格式错误和传参警告

This commit is contained in:
jxxghp
2024-11-03 19:51:43 +08:00
parent cfc51c305b
commit df8531e4d8
6 changed files with 31 additions and 32 deletions

View File

@@ -78,4 +78,4 @@ def wallpapers() -> Any:
elif settings.WALLPAPER == "mediaserver":
return MediaServerChain().get_latest_wallpapers()
else:
return TmdbChain().get_trending_wallpapers()
return TmdbChain().get_trending_wallpapers()