Skip to content

Commit

Permalink
move to a new api
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 15, 2024
1 parent 8027f70 commit a861efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_wallpapers(query: Optional[str] = None):
if query:
params["q"] = query
data = requests.get(url, params=params).json()["data"]
return [w["url"] for w in data]
return [w["path"] for w in data]


class WallpapersSkill(OVOSSkill):
Expand Down

0 comments on commit a861efe

Please sign in to comment.