diff options
author | emkael <emkael@tlen.pl> | 2018-07-06 01:26:09 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-07-06 01:26:09 +0200 |
commit | 9aa1074b3cbdede56a7f1f76092e6167a9409749 (patch) | |
tree | cd245b4cf54a7630b7c7b971cb897d59cea30c7b /jfr_playoff/generator.py | |
parent | a68f22c766792e98371693a856a26bc6f67c59ce (diff) | |
parent | 81e03ebaaee4d8e8a7e54862aabc4299aa0cd232 (diff) |
Merge branch 'devel' into position-boxes
Diffstat (limited to 'jfr_playoff/generator.py')
-rw-r--r-- | jfr_playoff/generator.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jfr_playoff/generator.py b/jfr_playoff/generator.py index 9b7f31e..6a184fb 100644 --- a/jfr_playoff/generator.py +++ b/jfr_playoff/generator.py @@ -77,8 +77,8 @@ class PlayoffGenerator(object): if match.link is not None else score_html) html = self.p_temp.get( 'MATCH_TABLE', - int(self.page['width'] * 0.75), - int(self.page['width'] * 0.25), + int(self.page['width'] * 0.7), + int(self.page['width'] * 0.2), rows) if match.running > 0: running_html = self.p_temp.get('MATCH_RUNNING', match.running) |