Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ def get_live_cricket_score(team: str) -> str:
|
|
| 69 |
Live match details as formatted string.
|
| 70 |
"""
|
| 71 |
|
| 72 |
-
url = "https://api.cricapi.com/v1/
|
| 73 |
|
| 74 |
params = {
|
| 75 |
"apikey": CRICKET_API_KEY,
|
|
|
|
| 69 |
Live match details as formatted string.
|
| 70 |
"""
|
| 71 |
|
| 72 |
+
url = "https://api.cricapi.com/v1/cricScore"
|
| 73 |
|
| 74 |
params = {
|
| 75 |
"apikey": CRICKET_API_KEY,
|