diff --git a/plugins/pipe_cmd.py b/plugins/pipe_cmd.py index c73bdea5..f554a71d 100644 --- a/plugins/pipe_cmd.py +++ b/plugins/pipe_cmd.py @@ -29,6 +29,7 @@ class Plugin(BasePlugin): raise TypeError thread = threading.Thread(target=self.main_loop) + thread.setDaemon(True) thread.start() def main_loop(self):