This commit is contained in:
nihonium 2022-08-14 22:33:50 +03:00
parent 31cb538e1a
commit 063972ac9a
Signed by: nihonium
GPG key ID: 0251623741027CFC

4
bot.py
View file

@ -55,9 +55,7 @@ async def main():
print(j)
while True:
try:
loop = asyncio.new_event_loop()
#asyncio.set_event_loop(loop)
loop.run_until_complete(main())
asyncio.run(main())
except KeyboardInterrupt:
break