Skip to content

Commit

Permalink
fix typo in configuration parsing for render
Browse files Browse the repository at this point in the history
  • Loading branch information
antbern authored and rphlo committed Sep 9, 2024
1 parent 487b403 commit 8668daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub fn mtkshaperender(thread: &String) -> Result<(), Box<dyn Error>> {
let vectorconf = conf.general_section().get("vectorconf").unwrap_or("");
let mtkskip: Vec<&str> = conf
.general_section()
.get("mtkstip")
.get("mtkskiplayers")
.unwrap_or("")
.split(',')
.collect();
Expand Down

0 comments on commit 8668daf

Please sign in to comment.