Fixed comment in file
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user