mirror of
https://github.com/Nick80835/microbot
synced 2025-08-31 06:26:04 +00:00
remove uvloop
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user