From 3735fda75412a59f8f10c9b8508b83785e733ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20V=C3=A1squez?= Date: Thu, 19 Jan 2017 18:56:01 -0600 Subject: [PATCH] [FIX] Flake8 on hw_customer_display, hw_telium_payment_terminal and pos_remove_pos_category --- hw_telium_payment_terminal/controllers/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hw_telium_payment_terminal/controllers/main.py b/hw_telium_payment_terminal/controllers/main.py index b2f4d124..8bd11ede 100644 --- a/hw_telium_payment_terminal/controllers/main.py +++ b/hw_telium_payment_terminal/controllers/main.py @@ -271,6 +271,7 @@ class TeliumPaymentTerminalDriver(Thread): except Exception as e: self.set_status('error', str(e)) + driver = TeliumPaymentTerminalDriver() hw_proxy.drivers['telium_payment_terminal'] = driver