summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-02-21 15:12:37 +0100
committeremkael <emkael@tlen.pl>2018-02-21 15:12:37 +0100
commit83b4d01bb6b5f11fc0d447649ddcb587e867f7af (patch)
treec8245ebb7dd6ffcf8821cbe31b1072d214811b9c
parent88ba13db8ade09bc68f94f5df6bf0e92509121ca (diff)
?
-rw-r--r--jfr_playoff/matchinfo.py1
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: