Context handling implemented
This commit is contained in:
@@ -18,6 +18,7 @@ class PyroClient(LibPyroClient):
|
||||
self.scheduler.add_job(
|
||||
remind, CronTrigger.from_crontab("* * * * *"), args=(self,)
|
||||
)
|
||||
self.contexts = []
|
||||
|
||||
async def start(self, **kwargs):
|
||||
await col_locations.create_index(
|
||||
|
Reference in New Issue
Block a user