Updated pushover exception

This commit is contained in:
2022-11-02 11:29:01 -05:00
parent 5732951cde
commit 36b67cd116
2 changed files with 1 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ class Crn:
except requests.exceptions.RequestException as e:
self.tl.exception(e)
self.po.send_message(e, title="crane API ERROR")
self.poc.message(self.po_key, e, title="crane API ERROR")
#Main process block
self.et = datetime.datetime.now()