diff --git a/sweebridge.py b/sweebridge.py index b95ba92..050aa1e 100644 --- a/sweebridge.py +++ b/sweebridge.py @@ -545,7 +545,7 @@ async def matrixSession(): Mtrix.close() -def runMatrix() +def runMatrix(): asyncio.run(matrixSession()) matrix = threading.Thread(target=runMatrix) #matrix.start()