offline DB

This commit is contained in:
Martin Quarda
2025-07-11 14:42:19 +02:00
parent bf531b477f
commit f44a68e5e8
5 changed files with 142 additions and 90 deletions

View File

@@ -11,7 +11,6 @@ pub struct Config {
pub DURATION: u64,
pub STATION_ID: usize,
pub HOST: String,
pub WSS_HOST: String,
}
fn read_config_from_file<P: AsRef<Path>>(path: P) -> Result<Config, Box<dyn Error>> {