I don't really think I have to join there...

This commit is contained in:
Klaus-Uwe Mitterer 2017-04-03 16:54:49 +02:00
parent 4af7c9fbcf
commit b63a5b966d

View file

@ -701,7 +701,6 @@ def restart(bot, update):
while len(mentionstreams) > 0:
so = mentionstreams.pop(list(mentionstreams)[0])
so.disconnect()
so.join()
os.execl(sys.executable, sys.executable, *sys.argv)