Update sweebridge.py
This commit is contained in:
parent
748374c3eb
commit
9502ed4cd3
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ async def matrixSession():
|
|||
Mtrix.close()
|
||||
|
||||
|
||||
def runMatrix()
|
||||
def runMatrix():
|
||||
asyncio.run(matrixSession())
|
||||
matrix = threading.Thread(target=runMatrix)
|
||||
#matrix.start()
|
||||
|
|
Loading…
Reference in a new issue