diff options
author | emkael <emkael@tlen.pl> | 2018-10-02 13:33:12 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-10-02 13:33:12 +0200 |
commit | 43d8243888590debd2d2efcdd5be3f415cfa1756 (patch) | |
tree | ee6cddb1a10be0b31c23dd5d9333a029b8840f40 /jfr_playoff/generator.py | |
parent | b2a6d843d69edc40c8f7782e47db28ca89baf77e (diff) |
Documentation for team name predictions
Fixes #7
Diffstat (limited to 'jfr_playoff/generator.py')
-rw-r--r-- | jfr_playoff/generator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jfr_playoff/generator.py b/jfr_playoff/generator.py index beaabd7..2028060 100644 --- a/jfr_playoff/generator.py +++ b/jfr_playoff/generator.py @@ -87,6 +87,7 @@ class PlayoffGenerator(object): # the easy part: team score cell score_html = self.p_temp.get('MATCH_SCORE', team.score) # the hard part begins here. + # TODO: should separators and ellipsis indicators be configurable? team_label = [] # label is what's shown in the table cell label_separator = ' / ' team_name = [] # name is what's shown in the tooltip |