Removed unnecessary return statement

This commit is contained in:
verbumfeit 2018-02-27 20:38:27 +01:00 committed by evilhero
parent 6ee257a1d6
commit 38e01091f3
1 changed files with 0 additions and 3 deletions

View File

@ -424,9 +424,6 @@ class TELEGRAM:
self.token = test_token
def notify(self, message):
if not mylar.CONFIG.TELEGRAM_ENABLED:
return
# Construct message
payload = {'chat_id': self.userid, 'text': message}