Ran black on sources
This commit is contained in:
parent
edcd06d531
commit
25a0de12d7
4 changed files with 30 additions and 24 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue