was ne verfreckte scheiße

This commit is contained in:
2025-08-05 18:22:50 +02:00
parent 6371c78fc7
commit b1ea1dc96a

View File

@@ -416,7 +416,7 @@ impl MetricsCollector {
} }
fn get_cpu_temp() -> Option<f32> { fn get_cpu_temp() -> Option<f32> {
println!("Attempting to get CPU temperature..."); println!("Attempting to get CPU temperature... ");
#[cfg(target_os = "linux")] #[cfg(target_os = "linux")]
{ {