mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-26 09:54:19 +01:00
Update Pushover.py
remove trailing whitespaces [Codacy]
This commit is contained in:
parent
a333b22a06
commit
9ad1ed74ef
|
|
@ -86,7 +86,7 @@ def run(typ, freq, data):
|
|||
priority = '-1'
|
||||
else:
|
||||
priority = globalVars.config.get("Pushover","zvei_std_prio")
|
||||
|
||||
|
||||
message = globalVars.config.get("Pushover", "zvei_message")
|
||||
title = globalVars.config.get("Pushover", "zvei_title")
|
||||
logging.debug("Sending message: %s", message)
|
||||
|
|
|
|||
Loading…
Reference in a new issue