diff options
author | emkael <emkael@tlen.pl> | 2018-08-09 00:52:22 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-08-09 00:52:22 +0200 |
commit | e313785a8cbf1b5c201fd8dab8087f701f295825 (patch) | |
tree | a3ab1e285e0ac0c6f4396846ca214d75896d12df | |
parent | c8bf307f4a5782b84e0ba5b0f204f01dcbcee9e9 (diff) | |
parent | 26ea3c9d1fab000b388a30e017719394c4d38289 (diff) |
Merge branch 'devel' of github.com:emkael/jfrteamy-playoff into devel
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | jfr_playoff/generator.py | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -3,3 +3,4 @@ playoff-*.zip build/* dist/* +output/* diff --git a/jfr_playoff/generator.py b/jfr_playoff/generator.py index c4a053e..59c83a6 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) |