From b63a5b966d3fb93b2553d8367e2c2ad8f3ea0c1f Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Mon, 3 Apr 2017 16:54:49 +0200 Subject: [PATCH] I don't really think I have to join there... --- bottools/methods.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bottools/methods.py b/bottools/methods.py index e86db4a..619d6e8 100644 --- a/bottools/methods.py +++ b/bottools/methods.py @@ -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)