This commit is contained in:
brostos 2023-10-03 10:50:14 +03:00 committed by GitHub
parent b83bc9c05c
commit c90face51e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ PLUGIN_DIRECTORY = _env["python_directory_user"]
def get_event_loop():
# loop = asyncio.ProactorEventLoop() if sys.platform == 'win32' else asyncio.new_event_loop()
return ba._asyncio._asyncio_event_loop
return babase._asyncio._asyncio_event_loop
# try:
# running = asyncio.get_running_loop()
# except RuntimeError: