mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
Ah Typo
parent
7b63d34c88
commit
51607d19b9
|
@ -72,7 +72,7 @@ async def greet_me():
|
||||||
await client.send_message('me', 'Good Morning To Myself !')
|
await client.send_message('me', 'Good Morning To Myself !')
|
||||||
|
|
||||||
scheduler = AsyncIOScheduler()
|
scheduler = AsyncIOScheduler()
|
||||||
scheduler.add_job(greet_me, trigger="cron", hour=06)
|
scheduler.add_job(greet_me, trigger="cron", hour=6)
|
||||||
scheduler.start()
|
scheduler.start()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user