python: run and shutdown

This commit is contained in:
dignifiedquire
2020-05-19 15:31:28 +02:00
parent a6409dcd27
commit 236e9562fd
3 changed files with 2 additions and 3 deletions

View File

@@ -54,7 +54,6 @@ class IOThreads:
ev = next(it)
except StopIteration:
break
print("{}", ev)
self.account.ac_log_line("calling hook name={} kwargs={}".format(ev.name, ev.kwargs))
ev.call_hook()