Fixed comment in file

This commit is contained in:
2015-12-29 23:39:10 +01:00
parent 147d9ed2b8
commit 7c863e456c

View File

@@ -11,7 +11,7 @@ SENSOR_TYPE = Adafruit_DHT.DHT11
if len(sys.argv) == 2:
owner = sys.argv[1]
else:
print 'usage: sudo ./controler.py [OWNER]#'
print 'usage: sudo ./controller.py [OWNER]#'
print 'example: sudo ./controller.py Senad - Send temperature as Senad'
sys.exit(1)