Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,9 +59,8 @@ def get_recent_tracks(user: str) -> str:
|
|
| 59 |
|
| 60 |
Environment Variables:
|
| 61 |
LASTFM_API_KEY : API key for authenticating with the Last.fm API.
|
| 62 |
-
LASTFM_API_ROOT: Base URL for the Last.fm API endpoint (e.g., "http://ws.audioscrobbler.com/2.0/").
|
| 63 |
|
| 64 |
-
|
| 65 |
user: The Last.fm username for which to retrieve the recent track information.
|
| 66 |
Must be a non-empty string.
|
| 67 |
|
|
|
|
| 59 |
|
| 60 |
Environment Variables:
|
| 61 |
LASTFM_API_KEY : API key for authenticating with the Last.fm API.
|
|
|
|
| 62 |
|
| 63 |
+
Args:
|
| 64 |
user: The Last.fm username for which to retrieve the recent track information.
|
| 65 |
Must be a non-empty string.
|
| 66 |
|