fixed PL not showing up in past games
This commit is contained in:
@@ -1595,8 +1595,8 @@ class StockTicker():
|
|||||||
away_team = match['away_team']
|
away_team = match['away_team']
|
||||||
|
|
||||||
if time != 'future':
|
if time != 'future':
|
||||||
home_score = match['home_score']
|
home_score = str(match['home_score'])
|
||||||
away_score = match['away_score']
|
away_score = str(match['away_score'])
|
||||||
|
|
||||||
date = match['date'].replace('-', '.')
|
date = match['date'].replace('-', '.')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user