diff options
Diffstat (limited to 'ausbutler/interface.py')
-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] |