zeerafle commited on
Commit
9672e64
·
verified ·
1 Parent(s): 51c173e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- Parameters:
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