summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-08-09 00:52:22 +0200
committeremkael <emkael@tlen.pl>2018-08-09 00:52:22 +0200
commite313785a8cbf1b5c201fd8dab8087f701f295825 (patch)
treea3ab1e285e0ac0c6f4396846ca214d75896d12df
parentc8bf307f4a5782b84e0ba5b0f204f01dcbcee9e9 (diff)
parent26ea3c9d1fab000b388a30e017719394c4d38289 (diff)
Merge branch 'devel' of github.com:emkael/jfrteamy-playoff into devel
-rw-r--r--.gitignore1
-rw-r--r--jfr_playoff/generator.py4
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index ee704a0..cbf7992 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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)