Added scheduler

This commit is contained in:
Profitroll 2023-05-26 16:32:24 +02:00
parent 7eb82936e4
commit 754129e046

3
modules/scheduler.py Normal file
View File

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