Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pduck27 committed Nov 29, 2020
1 parent 6238b6c commit a648ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hp2mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def on_set_message(client, userdata, message):
dev_file_name = "data/device_info.json"
client = mqttClient.Client()
logfile_next_check_date = datetime.datetime.utcnow() + datetime.timedelta(days=1)
logfile_countdown_default = 14400;
logfile_countdown_default = 14400
logfile_check_countdown = logfile_countdown_default

mqtt_connected = False
Expand Down

0 comments on commit a648ea6

Please sign in to comment.