Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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?
|
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 = {
|