Context handling implemented

This commit is contained in:
2023-08-30 14:41:34 +02:00
parent c91d7f3afa
commit 57ff7b6765
16 changed files with 54 additions and 14 deletions

View File

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