generated from PlexSheep/baserepo
Compare commits
2 commits
50fea61bb0
...
c679bed538
Author | SHA1 | Date | |
---|---|---|---|
c679bed538 | |||
3e2ecf1189 |
1 changed files with 0 additions and 11 deletions
|
@ -126,16 +126,5 @@ fn main() {
|
||||||
for part in cli.expression {
|
for part in cli.expression {
|
||||||
expr += ∂
|
expr += ∂
|
||||||
}
|
}
|
||||||
|
|
||||||
debug!("exporssion: {}", expr);
|
|
||||||
let r = Calculator::oneshot(expr);
|
|
||||||
match r {
|
|
||||||
Ok(r) => {
|
|
||||||
println!("{r}");
|
|
||||||
}
|
|
||||||
Err(err) => {
|
|
||||||
error!("Could not compute: {err}");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Reference in a new issue