first commit
This commit is contained in:
2
Makefile
Normal file
2
Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
deploy:
|
||||
cargo build --release --target=armv7-unknown-linux-gnueabihf
|
||||
@@ -60,6 +60,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
if args.len() >= 2 {
|
||||
date = NaiveDate::parse_from_str(&args[1], "%Y-%m-%d").unwrap();
|
||||
}
|
||||
dbg!(args);
|
||||
|
||||
let _ = aggregate_values(&mut conn, date);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user