Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def get_stats_from_boxScore_data(url: str, stat: str) -> dict:
|
|
103 |
return {"Error": f"Invalid stat '{stat}'. Allowed values are: {', '.join(allowed_stats)}"}
|
104 |
try:
|
105 |
box_scores = get_box_score_data(url)
|
106 |
-
logging.debug(f"Reached Line 106 , URL={url}, box_scores= {box_scores})
|
107 |
stats = {}
|
108 |
stat_key = ('Basic Box Score Stats', stat)
|
109 |
for teams in box_scores.keys():
|
|
|
103 |
return {"Error": f"Invalid stat '{stat}'. Allowed values are: {', '.join(allowed_stats)}"}
|
104 |
try:
|
105 |
box_scores = get_box_score_data(url)
|
106 |
+
logging.debug(f"Reached Line 106 , URL={url}, box_scores= {box_scores}")
|
107 |
stats = {}
|
108 |
stat_key = ('Basic Box Score Stats', stat)
|
109 |
for teams in box_scores.keys():
|