fix: stop notifier

This commit is contained in:
əlemi 2022-07-03 01:19:00 +02:00
parent 5abfb63bd3
commit 312f132c50
No known key found for this signature in database
GPG key ID: BBCBFE5D7244634E

View file

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