Skip to content
Snippets Groups Projects
Commit 7e535526 authored by Frédéric van der Essen's avatar Frédéric van der Essen
Browse files

[FIX] hw_proxy: fix harmless exception on proxy restart

bzr revid: fva@openerp.com-20140126194055-pietbyi7ezvdm9ch
parent f1fa4fa2
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ _logger = logging.getLogger(__name__)
class EscposDriver(Thread):
def __init__(self):
Thread.__init__(self)
self.queue = None
self.queue = Queue()
self.status = {'status':'connecting', 'messages':[]}
self.supported_printers = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment