Added an asyncio trigger to send the infors when not in an interac

This commit is contained in:
Saifeddine ALOUI 2024-09-29 12:10:13 +02:00
parent 592a3a5ccf
commit 76cb632ad1

View File

@ -478,7 +478,7 @@ def run_async(func):
asyncio.run(func())
except:
func()
asyncio.sleep(0)
def terminate_thread(thread):
"""