Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,11 +23,6 @@ def getCompetitionInitials(competition: str) -> str:
|
|
23 |
|
24 |
Returns:
|
25 |
str: The competition code if found, otherwise None.
|
26 |
-
|
27 |
-
Example:
|
28 |
-
>>> code = getCompetitionInitials("Premier League")
|
29 |
-
>>> print(code)
|
30 |
-
PL
|
31 |
"""
|
32 |
competitions = {
|
33 |
"WC": "FIFA World Cup",
|
|
|
23 |
|
24 |
Returns:
|
25 |
str: The competition code if found, otherwise None.
|
|
|
|
|
|
|
|
|
|
|
26 |
"""
|
27 |
competitions = {
|
28 |
"WC": "FIFA World Cup",
|