This commit is contained in:
yumoqing 2025-10-22 15:50:31 +08:00
parent 3ba6fdaf57
commit bc0de26a18
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ def get_event_loop():
return asyncio.get_runnung_loop()
except:
loop = asyncio.new_event_loop()
asyncio.set_event_loop()
asyncio.set_event_loop(loop)
return loop
def awaitify(sync_func):

View File

@ -1,6 +1,6 @@
[metadata]
name=appPublic
version = 5.2.10
version = 5.2.11
description = A set of base public functions or class
author = "yu moqing"
author_email = "yumoqing@gmail.com"