Spaces:
Sleeping
Sleeping
Update tools/football_search.py
Browse files- tools/football_search.py +1 -1
tools/football_search.py
CHANGED
|
@@ -28,7 +28,7 @@ def _make_request(endpoint: str) -> Dict:
|
|
| 28 |
def get_standing(competition_code: str) -> Dict:
|
| 29 |
""" Get competition standing by competition code
|
| 30 |
Args:
|
| 31 |
-
|
| 32 |
"""
|
| 33 |
return _make_request(f'/competitions/{competition_code}/standings')
|
| 34 |
|
|
|
|
| 28 |
def get_standing(competition_code: str) -> Dict:
|
| 29 |
""" Get competition standing by competition code
|
| 30 |
Args:
|
| 31 |
+
competition_code: a string represent the competition code
|
| 32 |
"""
|
| 33 |
return _make_request(f'/competitions/{competition_code}/standings')
|
| 34 |
|