From 5d778e920c6426f25366770532a2b133f9510099 Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Sun, 21 Oct 2018 09:00:26 +0200 Subject: [PATCH] fixed title attribute --- infomentor/informer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infomentor/informer.py b/infomentor/informer.py index 0ab1a75..3e7d5f1 100755 --- a/infomentor/informer.py +++ b/infomentor/informer.py @@ -147,7 +147,7 @@ class Informer(object): self.logger.info(hw.subject) pushover.Client(self.user.notification.info).send_message( text, - title=hw.title, + title=f"Homework: {hw.subject}", html=True, ) except pushover.RequestError as e: