Update src/main.rs
OCD
This commit is contained in:
@@ -2,7 +2,6 @@ mod json;
|
||||
mod curl;
|
||||
mod serial;
|
||||
|
||||
|
||||
fn main() {
|
||||
let data_file = std::path::Path::new("data.json");
|
||||
let data = json::get_json(data_file);
|
||||
|
Reference in New Issue
Block a user