give self to default notifier
This commit is contained in:
parent
c6ff6a6bf7
commit
6a39e61e03
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class Treepuncher(
|
|||
# return
|
||||
await super().start()
|
||||
if not self.notifier:
|
||||
self.notifier = Notifier()
|
||||
self.notifier = Notifier(self)
|
||||
for m in self.modules:
|
||||
await m.initialize()
|
||||
self._processing = True
|
||||
|
|
Loading…
Reference in a new issue