1
0
Fork 0
This repository has been archived on 2022-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
odoo-pos-distribution/iotbox/patches/disable-disconnected-logging.patch
2019-07-23 21:46:39 +02:00

11 lines
300 B
Diff

--- main.py.orig 2019-07-23 21:09:59.278876123 +0200
+++ main.py 2019-07-23 21:19:12.726843102 +0200
@@ -112,7 +112,6 @@
)
return print_dev
else:
- self.set_status('disconnected','Printer Not Found')
return None
def get_status(self):