Add: Flush method.

This commit is contained in:
itiB
2022-04-07 01:44:02 +09:00
parent 4056975b1d
commit f3a679d845

View File

@@ -83,6 +83,7 @@ impl LevelTuning {
};
file.write_all(content.as_bytes()).unwrap();
file.flush().unwrap();
println!(
"level: {} -> {}",
rule["level"].as_str().unwrap(),