Update sweebridge.py

This commit is contained in:
Nova Cat 2025-01-01 17:22:28 -08:00
parent 748374c3eb
commit 9502ed4cd3

View file

@ -545,7 +545,7 @@ async def matrixSession():
Mtrix.close()
def runMatrix()
def runMatrix():
asyncio.run(matrixSession())
matrix = threading.Thread(target=runMatrix)
#matrix.start()