From 89be2c3ff1918b2d15d2f1e83eacd9cd8cab4475 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 26 Jul 2019 16:07:15 +0200 Subject: Explanation texts on main summary table --- ausbutler/interface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ausbutler/interface.py') 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] -- cgit v1.2.3