nangelov commited on
Commit
5241813
·
verified ·
1 Parent(s): 182ba0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def search_Competition_Matches_Results_By_Date(competition_name: str, date_str:
54
  competition_code = get_Competition_Code(competition_name)
55
 
56
  # Create the URL using an f-string
57
- url = f'https://api.football-data.org/v4/competitions/{competition_code}/matches?date={date_str}'
58
  print(url)
59
  # Set up the headers with your API token.
60
  headers = {
 
54
  competition_code = get_Competition_Code(competition_name)
55
 
56
  # Create the URL using an f-string
57
+ url = f'https://api.football-data.org/v4/competitions/{competition_code}/matches?matchday={date_str}'
58
  print(url)
59
  # Set up the headers with your API token.
60
  headers = {