diff --git a/mqtt_publish_temp.py b/mqtt_publish_temp.py index 3047298..a003889 100644 --- a/mqtt_publish_temp.py +++ b/mqtt_publish_temp.py @@ -45,6 +45,7 @@ while True: #Output format: DD/MM/YYYY H:M:S dt_string = now.strftime("%d-%m-%Y %H:%M:%S") + print(dt_string) # Get Temperature from DHT _, temperature = Adafruit_DHT.read_retry(DHT_SENSOR, DHT_PIN)