syntax fix
This commit is contained in:
parent
b2460d8e3a
commit
7874dbfbfe
2
bot.py
2
bot.py
@ -24,7 +24,7 @@ class TelegramMonitorBot:
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.debug = (
|
self.debug = (
|
||||||
(os.environ.get('DEBUG') is not None) &&
|
(os.environ.get('DEBUG') is not None) and
|
||||||
(os.environ.get('DEBUG').upper() != "false"))
|
(os.environ.get('DEBUG').upper() != "false"))
|
||||||
|
|
||||||
# Channel to notify of violoations, e.g. '@channelname'
|
# Channel to notify of violoations, e.g. '@channelname'
|
||||||
|
Loading…
Reference in New Issue
Block a user