diff options
author | emkael <emkael@tlen.pl> | 2019-07-26 16:07:15 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-07-26 16:07:15 +0200 |
commit | 89be2c3ff1918b2d15d2f1e83eacd9cd8cab4475 (patch) | |
tree | 61ea3b5924f11fd6cb02a3466e9b23b53e97deb1 /ausbutler | |
parent | 79ba1fbc9329ae9607899711347dcdbef2148cb0 (diff) |
Explanation texts on main summary table
Diffstat (limited to 'ausbutler')
-rw-r--r-- | ausbutler/interface.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ausbutler/interface.py b/ausbutler/interface.py index d79686d..172abfa 100644 --- a/ausbutler/interface.py +++ b/ausbutler/interface.py @@ -293,7 +293,8 @@ class Interface(object): 'below_threshold': below_threshold, 'date': datetime.now().strftime('%Y-%m-%d'), 'time': datetime.now().strftime('%H:%M'), - 'favicon': Constants.favicon + 'favicon': Constants.favicon, + 'config': self.config }).encode('utf8') ) return [filename] |