Update Pushover.py

remove trailing whitespaces [Codacy]
This commit is contained in:
Bastian Schroll 2018-10-16 10:03:04 +02:00 committed by GitHub
parent a333b22a06
commit 9ad1ed74ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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