ClaimData

This commit is contained in:
Elijah McMorris 2023-12-14 03:11:24 -08:00
parent 60cbb47a10
commit e0d2cef391
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
2 changed files with 47 additions and 17 deletions

View file

@ -21,7 +21,7 @@ async fn main() -> Result<(), Error> {
db.use_ns("wikidata").use_db("wikidata").await?;
let file = File::open("data/ex2.json")?;
let file = File::open("data/e.json")?;
let reader = BufReader::new(file);
for line in reader.lines() {