fix print issue
This commit is contained in:
parent
8c35551fcf
commit
6d06b429d5
@ -59,8 +59,8 @@ while True:
|
|||||||
client.publish(time_topic, dt_string)
|
client.publish(time_topic, dt_string)
|
||||||
|
|
||||||
#Output data to screen
|
#Output data to screen
|
||||||
print dt_string
|
print(dt_string)
|
||||||
print temperature
|
print(temperature)
|
||||||
print humidity
|
print(humidity)
|
||||||
|
|
||||||
time.sleep(30)
|
time.sleep(30)
|
Loading…
Reference in New Issue
Block a user