Ran black on sources

This commit is contained in:
Griatch 2020-02-29 12:25:00 +01:00
parent edcd06d531
commit 25a0de12d7
4 changed files with 30 additions and 24 deletions

View file

@ -88,8 +88,10 @@ class ScriptHandler(object):
script.start()
if not script.id:
# this can happen if the script has repeats=1 or calls stop() in at_repeat.
logger.log_info("Script %s started and then immediately stopped; "
"it could probably be a normal function." % scriptclass)
logger.log_info(
"Script %s started and then immediately stopped; "
"it could probably be a normal function." % scriptclass
)
return True
def start(self, key):