hotfix: fix leftover debug test

This commit is contained in:
Luis Mayo Valbuena 2024-02-14 17:25:58 +01:00
parent 4ede32379c
commit fb5e62d17a

View File

@ -381,7 +381,7 @@ backgroundThread.start()
#backgroundThread2.start()
try:
courtBot.run(token + 'a')
courtBot.run(token)
except Exception as e:
print(str(e))
os._exit(1)