diff options
author | emkael <emkael@tlen.pl> | 2018-02-21 15:12:37 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-02-21 15:12:37 +0100 |
commit | 83b4d01bb6b5f11fc0d447649ddcb587e867f7af (patch) | |
tree | c8245ebb7dd6ffcf8821cbe31b1072d214811b9c | |
parent | 88ba13db8ade09bc68f94f5df6bf0e92509121ca (diff) |
?
-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: |