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()
|
Mtrix.close()
|
||||||
|
|
||||||
|
|
||||||
def runMatrix()
|
def runMatrix():
|
||||||
asyncio.run(matrixSession())
|
asyncio.run(matrixSession())
|
||||||
matrix = threading.Thread(target=runMatrix)
|
matrix = threading.Thread(target=runMatrix)
|
||||||
#matrix.start()
|
#matrix.start()
|
||||||
|
|
Loading…
Reference in a new issue