This repository has been archived on 2024-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
TelegramPoster/modules/scheduler.py

4 lines
92 B
Python
Raw Normal View History

2023-01-10 13:52:44 +02:00
from apscheduler.schedulers.asyncio import AsyncIOScheduler
scheduler = AsyncIOScheduler()