Use configured seconds for timing

This commit is contained in:
2026-05-24 08:04:39 +01:00
parent a48ddfc9b7
commit 2957ccf1ff
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ pub struct Preferences {
pub realtime_api_key: String,
#[serde(rename = "refresh-seconds")]
pub refresh_seconds: u32,
pub refresh_seconds: u64,
}