address @adbenitez and @r10s comments

This commit is contained in:
holger krekel
2020-03-06 10:47:07 +01:00
parent f38386d164
commit 6f8067ffd3
3 changed files with 6 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ class Account(object):
)
hook = hookspec.Global._get_plugin_manager().hook
hook.account_init(account=self, db_path=db_path)
hook.account_init(account=self)
self._threads = iothreads.IOThreads(self)
self._hook_event_queue = queue.Queue()