nangelov commited on
Commit
2b178a9
·
verified ·
1 Parent(s): 6347b3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- date_str: 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)
 
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)