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