mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-25 23:39:47 +03:00
Cleaning up grammar
parent
fa59593588
commit
562ecfebe4
|
@ -88,8 +88,8 @@ scheduler = AsyncIOScheduler()
|
||||||
scheduler.add_job(this_will_run_at_every_one_hour, 'interval', minutes=60)
|
scheduler.add_job(this_will_run_at_every_one_hour, 'interval', minutes=60)
|
||||||
scheduler.start()
|
scheduler.start()
|
||||||
```
|
```
|
||||||
You can also set custom Time zone and also use database for running these functions.
|
You can also set a custom time zone and can also use a database for running these functions.
|
||||||
|
|
||||||
This is more advance And works smoothly with Telethon.
|
This is more advanced and works smoothly with Telethon.
|
||||||
|
|
||||||
Read more about this from [`Here`](https://apscheduler.readthedocs.io/en/stable)
|
Read more about this [`Here`](https://apscheduler.readthedocs.io/en/stable)
|
Loading…
Reference in New Issue
Block a user