Skip to content

Commit

Permalink
add diffbrowsers_templates arg to ninja funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Jan 18, 2024
1 parent 057d49c commit d51290b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/diffenator2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def ninja_proof(
pt_size: int = 20,
command="proof",
user_wordlist: str = "",
diffbrowsers_templates=[],
**kwargs
):
if not os.path.exists(out):
Expand Down Expand Up @@ -139,6 +140,7 @@ def ninja_diff(
"diffenator2", os.path.join("templates", "diffenator.html")
),
command="diff",
diffbrowsers_templates=[],
**kwargs
):
args = {
Expand Down

0 comments on commit d51290b

Please sign in to comment.