mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Refactored events to notifications on front-end, added prefutils to read
shared preferences.
This commit is contained in:
@@ -44,7 +44,7 @@ pub async fn scan() -> Result<(), Box<dyn std::error::Error>> {
|
||||
};
|
||||
}
|
||||
info!(
|
||||
"Scan finished. Sleeping for {} seconds",
|
||||
"Scan finished. Sleeping for {}",
|
||||
get_settings().timings.wait_between_scans
|
||||
);
|
||||
sleep(Duration::from(get_settings().timings.wait_between_scans)).await;
|
||||
|
||||
Reference in New Issue
Block a user