Skip to content

Commit

Permalink
more info
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Nov 14, 2024
1 parent aa069df commit ab61a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwnshop/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def handle_apply(args):

print(f"Applying {c['id']} variant {v}.")

print(f"... instantiating {c['challenge']}")
challenge = pwnshop.ALL_CHALLENGES[c['challenge']](
walkthrough=walkthrough,
seed=seed + v,
Expand Down

0 comments on commit ab61a0f

Please sign in to comment.