fix: stop notifier
This commit is contained in:
parent
5abfb63bd3
commit
312f132c50
1 changed files with 2 additions and 0 deletions
|
@ -168,6 +168,8 @@ class Treepuncher(
|
|||
*(_cleanup(m, self.logger) for m in self.modules)
|
||||
)
|
||||
self.logger.debug("Cleaned up addons")
|
||||
await self.notifier.stop()
|
||||
self.logger.debug("Notifier stopped")
|
||||
await super().stop()
|
||||
self.logger.info("Treepuncher stopped")
|
||||
|
||||
|
|
Loading…
Reference in a new issue