stanley-king před 2 roky
rodič
revize
c099e4c89c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)