kmaurinjones commited on
Commit
52fd9df
1 Parent(s): ffb3bfb

Update songscope.py

Browse files
Files changed (1) hide show
  1. songscope.py +1 -0
songscope.py CHANGED
@@ -204,6 +204,7 @@ def find_artist(artist_name: str) -> str:
204
 
205
  # Send an HTTP request to the URL
206
  response = requests.get(url)
 
207
 
208
  # Check if the request was successful
209
  if response.status_code == 200:
 
204
 
205
  # Send an HTTP request to the URL
206
  response = requests.get(url)
207
+ st.write(response)
208
 
209
  # Check if the request was successful
210
  if response.status_code == 200: