[FIX] hw_escops, point_of_sale: backporting fixes from the pos-restaurant branch
[odoo/odoo.git] / addons / hw_escpos / controllers / main.py
index 9e5656e..b6c302a 100644 (file)
@@ -288,6 +288,7 @@ class EscposDriver(Thread):
                     +' '+ str(receipt['date']['hour']).zfill(2)
                     +':'+ str(receipt['date']['minute']).zfill(2) )
 
+
 driver = EscposDriver()
 
 driver.push_task('printstatus')