From 748374c3ebbad9bf4e772f931c179a63b48fc20e Mon Sep 17 00:00:00 2001 From: swee Date: Wed, 1 Jan 2025 17:21:26 -0800 Subject: [PATCH] Update sweebridge.py --- sweebridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweebridge.py b/sweebridge.py index 49262b5..b95ba92 100644 --- a/sweebridge.py +++ b/sweebridge.py @@ -548,7 +548,7 @@ async def matrixSession(): def runMatrix() asyncio.run(matrixSession()) matrix = threading.Thread(target=runMatrix) -matrix.start() +#matrix.start() irc1.start() guild.start() disc.start()