mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Update
This commit is contained in:
parent
b83bc9c05c
commit
c90face51e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue