diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ funkwhale = Funkwhale( login_endpoint, ) -artists = funkwhale.albums() +artists = funkwhale.artists() print(artists) ``` |
index : pyfunkwhale | ||
A simple funkwhale API client library | git version control |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | README.md | 2 |
@@ -52,7 +52,7 @@ funkwhale = Funkwhale( login_endpoint, ) -artists = funkwhale.albums() +artists = funkwhale.artists() print(artists) ``` |