2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-31 14:38:04 +00:00

remove uvloop

This commit is contained in:
Nick80835
2021-08-29 15:07:10 -04:00
parent e6831b158c
commit baa4e043b0

View File

@@ -1,11 +1,3 @@
import asyncio
try:
import uvloop
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
except ImportError:
pass
import sys
from logging import INFO, basicConfig, getLogger