syntax fix

This commit is contained in:
Stan James 2018-06-28 11:23:34 -06:00
parent b2460d8e3a
commit 7874dbfbfe
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -24,7 +24,7 @@ class TelegramMonitorBot:
def __init__(self):
self.debug = (
(os.environ.get('DEBUG') is not None) &&
(os.environ.get('DEBUG') is not None) and
(os.environ.get('DEBUG').upper() != "false"))
# Channel to notify of violoations, e.g. '@channelname'