1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-01-20 13:49:02 +00:00

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

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}