This commit is contained in:
jeanGaston 2024-05-05 21:34:54 +02:00
parent 8acb6bfaf1
commit e3bacf6b1c
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ exec(){
} }
install_ssh install_ssh
install_ssh install_ftp
install_python install_python
env_py env_py
exec exec

View File

@ -61,7 +61,7 @@ def history():
sensors_name = [] sensors_name = []
for mac, name in data: for mac, name in data:
disp_data += [fetch_data_by_sensor(name)] disp_data += [fetch_data_by_sensor(name)]
sensors_name.append[name] sensors_name.append(name)