diff options
-rw-r--r-- | jfr_playoff/matchinfo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jfr_playoff/matchinfo.py b/jfr_playoff/matchinfo.py index 1f6446e..c9d6680 100644 --- a/jfr_playoff/matchinfo.py +++ b/jfr_playoff/matchinfo.py @@ -138,6 +138,7 @@ class MatchInfo: return teams def __fetch_teams_with_scores(self): + print self.info.teams (scores_fetched, teams_fetched, self.info.teams) = self.__get_predefined_scores() if scores_fetched: if 'running' in self.config: |