mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
track spawns
This commit is contained in:
parent
f335dc2163
commit
6a47c91636
6 changed files with 176 additions and 58 deletions
|
|
@ -13,7 +13,7 @@ fn main() -> std::result::Result<(), Box<ParseError>> {
|
|||
//dbg!(header);
|
||||
//dbg!(state.deaths);
|
||||
//std::thread::sleep(std::time::Duration::from_secs(5));
|
||||
//let json = serde_json::to_string(&state.borrow().deaths).unwrap_or("err".to_string());
|
||||
//println!("{}", json);
|
||||
let json = serde_json::to_string(&state.borrow().user_spans).unwrap_or("err".to_string());
|
||||
println!("{}", json);
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue