fic: [Sensors monitoring] typo

pull/49/head
Terrtia 2020-11-10 15:09:12 +01:00
parent a297cef179
commit 04fab82f5e
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -50,5 +50,5 @@ if __name__ == "__main__":
curr_time = int(time.time())
if curr_time - time_refresh >= 60:
time_refresh = curr_time
dict_to_monitor = reload_all_sensors_to_monitor_dict(all_sensors_to_monitor, last_updated)
all_sensors_to_monitor = reload_all_sensors_to_monitor_dict(all_sensors_to_monitor, last_updated)
##-- --##