Higher max temp

This commit is contained in:
Thomas Forgione 2025-12-04 15:59:08 +01:00
parent 9dbfb2168d
commit 714fcbb6a0

View File

@ -203,7 +203,7 @@ def monitor_stats():
temp_values = [0] * 10
min_temp = 45
max_temp = 90
max_temp = 95
while True:
cpu_percent = psutil.cpu_percent(interval=2)