Higher max temp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user