more modularisation
[electrum-server.git] / processor.py
index d0fe91f..28df39e 100644 (file)
@@ -123,6 +123,7 @@ class Dispatcher(threading.Thread):
         self.shared = shared
         self.processor = processor
         threading.Thread.__init__(self)
+        self.daemon = True
 
     def run(self):
         while not self.shared.stopped():