fixed pushover logging

This commit is contained in:
Jonathan Branan 2022-11-01 15:49:36 -05:00
parent 2903363333
commit 8c9941b2ab

View File

@ -14,6 +14,7 @@ def cont_notify(self):
def cont_notify_summary(self): def cont_notify_summary(self):
"""Main notification method when the app is used in an automated fashion""" """Main notification method when the app is used in an automated fashion"""
if self.use_pushover:
self.poc.message(self.po_key,f" \ self.poc.message(self.po_key,f" \
{self.extm}", title="--- crane summary ---") {self.extm}", title="--- crane summary ---")