Changed scheduler declaration

This commit is contained in:
kku
2024-12-16 20:59:10 +01:00
parent ef4e42fff0
commit af04a7dce6
5 changed files with 6 additions and 4 deletions

3
modules/scheduler.py Normal file
View File

@@ -0,0 +1,3 @@
from apscheduler.schedulers.asyncio import AsyncIOScheduler
scheduler: AsyncIOScheduler = AsyncIOScheduler()