fixed bug in temperature reader

This commit is contained in:
Senad Uka
2015-12-27 07:14:50 +01:00
parent 3fe9d1fb41
commit 6951243443

View File

@@ -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