favicon #6
@ -25,7 +25,6 @@ impl Parts {
|
|||||||
let mut input = input;
|
let mut input = input;
|
||||||
for (key, value) in &self.parts {
|
for (key, value) in &self.parts {
|
||||||
let replace = format!("{{{{{}}}}}", key);
|
let replace = format!("{{{{{}}}}}", key);
|
||||||
println!("{replace}");
|
|
||||||
input = input.replace(&replace, value);
|
input = input.replace(&replace, value);
|
||||||
}
|
}
|
||||||
input
|
input
|
||||||
|
Loading…
Reference in New Issue
Block a user