Refactoring and fixes #2

Merged
moke merged 14 commits from alex/spaceapi-tuerpie-nix:main into main 2024-01-09 07:50:59 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 63044009c9 - Show all commits

View File

@ -46,8 +46,8 @@ async fn main() {
};
let _ = push_result.map_err(|err| format!("Problem while pushing door status: {err}"));
sleep(RECHECK_DELAY).await;
log::debug!("Waiting {RECHECK_DELAY:?} secs to read the door status");
sleep(RECHECK_DELAY).await;
}
}