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