fixed title attribute

This commit is contained in:
2018-10-21 09:00:26 +02:00
parent be36b6ce91
commit 5d778e920c

View File

@@ -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: