diff --git a/stockTicker.py b/stockTicker.py index 9af60d0..263f2bc 100755 --- a/stockTicker.py +++ b/stockTicker.py @@ -1595,8 +1595,8 @@ class StockTicker(): away_team = match['away_team'] if time != 'future': - home_score = match['home_score'] - away_score = match['away_score'] + home_score = str(match['home_score']) + away_score = str(match['away_score']) date = match['date'].replace('-', '.')