checking build

This commit is contained in:
2025-08-07 18:17:23 +02:00
parent 2ac3111387
commit cb63c45fb6

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")]
{ {