stanley-king 2 éve
szülő
commit
c099e4c89c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      plot/refill/WriterConsumer.py

+ 1 - 1
plot/refill/WriterConsumer.py

@@ -57,7 +57,7 @@ class WriterConsumer(Thread):
             log.info("%s consumer queue is empty", self._name)
 
     def put(self, method,params):
-        self._messages.put((method, params))
+        self._messages.put_nowait((method, params))
 
     def quit(self):
         log.debug("%s thread has quit", self._name)