diff --git a/src/bin/lockin-external.rs b/src/bin/lockin-external.rs index cd03202..7d2db0e 100644 --- a/src/bin/lockin-external.rs +++ b/src/bin/lockin-external.rs @@ -212,7 +212,7 @@ const APP: () = { Ok(updated) => !updated, Err(err) => { log::info!("Network error: {:?}", err); - true + false } } });