Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def search_Competition_Matches_Results_By_Date(competition_name: str, matchday:
|
|
48 |
"""A tool that fetch football games results for a given competition from a specified date.
|
49 |
Args:
|
50 |
competition_name: A string representing the full name of the competition, e.g., "Premier League" or "Bundesliga".
|
51 |
-
|
52 |
"""
|
53 |
|
54 |
competition_code = get_Competition_Code(competition_name)
|
|
|
48 |
"""A tool that fetch football games results for a given competition from a specified date.
|
49 |
Args:
|
50 |
competition_name: A string representing the full name of the competition, e.g., "Premier League" or "Bundesliga".
|
51 |
+
matchday: A string representing the matchday for which to retrieve match results format: Integer /[1-4]+[0-9]*/.
|
52 |
"""
|
53 |
|
54 |
competition_code = get_Competition_Code(competition_name)
|