From 69512434434b5563f5ff8b3fd33025b2a4d5cea1 Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Sun, 27 Dec 2015 07:14:50 +0100 Subject: [PATCH] fixed bug in temperature reader --- controller/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/controller.py b/controller/controller.py index 2049f6f..f1b82b3 100644 --- a/controller/controller.py +++ b/controller/controller.py @@ -12,7 +12,7 @@ if len(sys.argv) == 2: owner = sys.argv[1] else: print 'usage: sudo ./conntroler.py [OWNER]#' - print 'example: sudo ./controller.py Senad - Send temperature as Senad + print 'example: sudo ./controller.py Senad - Send temperature as Senad' sys.exit(1) # Try to grab a sensor reading. Use the read_retry method which will retry up