From a866ce7b4b2d236171839b6ab0595346d1aa80c6 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 23 Jul 2019 21:46:39 +0200 Subject: [PATCH] include patch --- iotbox/patches/disable-disconnected-logging.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 iotbox/patches/disable-disconnected-logging.patch diff --git a/iotbox/patches/disable-disconnected-logging.patch b/iotbox/patches/disable-disconnected-logging.patch new file mode 100644 index 0000000..3def6b6 --- /dev/null +++ b/iotbox/patches/disable-disconnected-logging.patch @@ -0,0 +1,10 @@ +--- 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):