mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 03:26:19 +00:00
limpiar
This commit is contained in:
parent
8f6f62a261
commit
3a31586193
2 changed files with 1 additions and 3 deletions
|
@ -150,7 +150,7 @@ async fn db_writer(rx: Receiver<PrecioPoint>) {
|
||||||
let mut n = 0;
|
let mut n = 0;
|
||||||
while let Ok(res) = rx.recv().await {
|
while let Ok(res) = rx.recv().await {
|
||||||
n += 1;
|
n += 1;
|
||||||
println!("{}", n);
|
// println!("{}", n);
|
||||||
println!("{:?}", res)
|
println!("{:?}", res)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
use anyhow::Context;
|
use anyhow::Context;
|
||||||
use simple_error::bail;
|
use simple_error::bail;
|
||||||
use simple_error::SimpleError;
|
|
||||||
|
|
||||||
use crate::sites::common;
|
use crate::sites::common;
|
||||||
use crate::sites::vtex;
|
|
||||||
use crate::PrecioPoint;
|
use crate::PrecioPoint;
|
||||||
|
|
||||||
use super::vtex::find_product_ld;
|
use super::vtex::find_product_ld;
|
||||||
|
|
Loading…
Reference in a new issue