Link to Alarm Clock: fix flake8 errors
This commit is contained in:
parent
c442144dc5
commit
fc721cf087
@ -45,9 +45,9 @@ class IndexHandler(tornado.web.RequestHandler):
|
||||
'version': MusicBoxExtension.version,
|
||||
'musicbox': int(ext_config['musicbox'] or False),
|
||||
'websocket_url': ws_url,
|
||||
'alarmclock': int('alarmclock' in config and
|
||||
'enabled' in config['alarmclock'] and
|
||||
config['alarmclock']['enabled'])
|
||||
'alarmclock': int('alarmclock' in config and
|
||||
'enabled' in config['alarmclock'] and
|
||||
config['alarmclock']['enabled'])
|
||||
}
|
||||
self.__path = path
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user