Avoid another rare crash when saving average temps

This commit is contained in:
2Shirt 2020-02-17 16:54:51 -07:00
parent 1f1fdfc738
commit 0a00e17536
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -150,7 +150,7 @@ class Sensors():
# Get temps
for i in range(seconds):
self.update_sensor_data()
self.update_sensor_data(exit_on_thermal_limit=False)
sleep(1)
# Calculate averages