fixed output flag process #341

This commit is contained in:
DustInDark
2021-12-23 11:39:52 +09:00
parent 09782f02a9
commit 9b382df001

View File

@@ -227,7 +227,7 @@ impl App {
let mut tl = Timeline::new();
let mut parser = parser.unwrap();
let mut records = parser.records_json_value();
if !*STATISTICS_FLAG {
if *STATISTICS_FLAG {
println!("Generating Event ID Statistics");
}
loop {