summaryrefslogtreecommitdiff
path: root/ausbutler/interface.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-07-26 16:07:15 +0200
committeremkael <emkael@tlen.pl>2019-07-26 16:07:15 +0200
commit89be2c3ff1918b2d15d2f1e83eacd9cd8cab4475 (patch)
tree61ea3b5924f11fd6cb02a3466e9b23b53e97deb1 /ausbutler/interface.py
parent79ba1fbc9329ae9607899711347dcdbef2148cb0 (diff)
Explanation texts on main summary table
Diffstat (limited to 'ausbutler/interface.py')
-rw-r--r--ausbutler/interface.py3
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]