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