Skip to content

Commit

Permalink
fix proxylist handling
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed Mar 28, 2022
1 parent a805c4a commit dbd53bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/templates/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func Parse(input string) (*template.Template, error) {
"add": add,
"ctx_key": ctxKey,
"cookie_string": cookieString,
}).Parse(strings.ReplaceAll(input, "\\", ""))
}).Parse(input)
}

// Execute template, returns empty string in case of errors
Expand Down

0 comments on commit dbd53bf

Please sign in to comment.