From fc721cf087ee777c93d6c80ca9e2c15ac0aa61aa Mon Sep 17 00:00:00 2001 From: Davis Mosenkovs Date: Sat, 30 May 2015 16:27:31 +0300 Subject: [PATCH] Link to Alarm Clock: fix flake8 errors --- mopidy_musicbox_webclient/web.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mopidy_musicbox_webclient/web.py b/mopidy_musicbox_webclient/web.py index 7fc9090..dcdf707 100644 --- a/mopidy_musicbox_webclient/web.py +++ b/mopidy_musicbox_webclient/web.py @@ -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