This commit is contained in:
parent
4a6c986a66
commit
a057bca094
@ -25,7 +25,6 @@ impl Parts {
|
||||
let mut input = input;
|
||||
for (key, value) in &self.parts {
|
||||
let replace = format!("{{{{{}}}}}", key);
|
||||
println!("{replace}");
|
||||
input = input.replace(&replace, value);
|
||||
}
|
||||
input
|
||||
|
Loading…
Reference in New Issue
Block a user