[check] revert the function
This commit is contained in:
parent
82d3082609
commit
b38a713a2b
4
main.py
4
main.py
@ -1,5 +1,4 @@
|
|||||||
import asyncio
|
import asyncio
|
||||||
|
|
||||||
from program import LOGS
|
from program import LOGS
|
||||||
from pytgcalls import idle
|
from pytgcalls import idle
|
||||||
from driver.core import calls, bot, user
|
from driver.core import calls, bot, user
|
||||||
@ -17,4 +16,5 @@ async def start_bot():
|
|||||||
await bot.stop()
|
await bot.stop()
|
||||||
|
|
||||||
|
|
||||||
asyncio.run(start_bot())
|
loop = asyncio.get_event_loop()
|
||||||
|
loop.run_until_complete(start_bot())
|
||||||
|
Loading…
Reference in New Issue
Block a user