Skip to content

Commit

Permalink
Properly start the botwide observer on start
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Nov 14, 2017
1 parent 70eca51 commit 9e853cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudbot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ def _init_routine(self):
if self.config_reloading_enabled:
self.config_reloader.start()

self.observer.start()

# Connect to servers
yield from asyncio.gather(*[conn.connect() for conn in self.connections.values()], loop=self.loop)

Expand Down

0 comments on commit 9e853cc

Please sign in to comment.