Avoid another rare crash when saving average temps
This commit is contained in:
parent
1f1fdfc738
commit
0a00e17536
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ class Sensors():
|
||||||
|
|
||||||
# Get temps
|
# Get temps
|
||||||
for i in range(seconds):
|
for i in range(seconds):
|
||||||
self.update_sensor_data()
|
self.update_sensor_data(exit_on_thermal_limit=False)
|
||||||
sleep(1)
|
sleep(1)
|
||||||
|
|
||||||
# Calculate averages
|
# Calculate averages
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue