give self to default notifier

This commit is contained in:
əlemi 2022-04-19 12:06:21 +02:00
parent c6ff6a6bf7
commit 6a39e61e03
No known key found for this signature in database
GPG key ID: BBCBFE5D7244634E

View file

@ -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