[check] revert the function

This commit is contained in:
levina 2022-03-01 21:22:25 +07:00 committed by GitHub
parent 82d3082609
commit b38a713a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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())