diff options
author | emkael <emkael@tlen.pl> | 2019-02-01 16:48:24 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-02-01 16:48:24 +0100 |
commit | be06f2599161d30ab8a9587bd4db2a8422ebf933 (patch) | |
tree | 119481748145ffceab9b1781b28d27967c420a18 /jfr_playoff | |
parent | 11681524c04aaaabd06994386b1cbd80080e5fc4 (diff) |
Misleading debugging information fixed
Diffstat (limited to 'jfr_playoff')
-rw-r--r-- | jfr_playoff/matchinfo.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jfr_playoff/matchinfo.py b/jfr_playoff/matchinfo.py index 0d46e59..7b7af0b 100644 --- a/jfr_playoff/matchinfo.py +++ b/jfr_playoff/matchinfo.py @@ -47,7 +47,8 @@ class MatchInfo: 'runda%d.html' % (self.config['round'])) PlayoffLogger.get('matchinfo').info( 'match #%d link fetched: %s', self.info.id, self.info.link) - PlayoffLogger.get('matchinfo').info('match #%d link empty', self.info.id) + else: + PlayoffLogger.get('matchinfo').info('match #%d link empty', self.info.id) def __get_predefined_scores(self): teams = [Team(), Team()] |