Aktraiser commited on
Commit
f5d6b6b
·
verified ·
1 Parent(s): aa8bad8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def get_nba_matches() -> str:
42
  Returns:
43
  A string containing a human-readable list of upcoming games.
44
  """
45
- url = "https://api.apilayer.com/therundown/affiliates" # Replace with the NBA-specific endpoint if available.
46
  headers = {
47
  "apikey": "7k4hKSUeWkbigKxZiNV5CQ8RSlEd72Cj"
48
  }
 
42
  Returns:
43
  A string containing a human-readable list of upcoming games.
44
  """
45
+ url = "https://api.apilayer.com/therundown/sports/4/events" # Replace with the NBA-specific endpoint if available.
46
  headers = {
47
  "apikey": "7k4hKSUeWkbigKxZiNV5CQ8RSlEd72Cj"
48
  }