Browse Source

[FIX] Flake8 on hw_customer_display, hw_telium_payment_terminal and pos_remove_pos_category

pull/471/head
Carlos Vásquez 7 years ago
committed by Florent de Labarre
parent
commit
3735fda754
  1. 1
      hw_telium_payment_terminal/controllers/main.py

1
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

Loading…
Cancel
Save