Skip to content

Commit

Permalink
Adding comment indicating there may be false errors or warnings for l…
Browse files Browse the repository at this point in the history
…ines 57-60
  • Loading branch information
JCantu248 committed Sep 21, 2021
1 parent 089f106 commit 25a497a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/gophish_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def load_landings(api, assessment):
if page["redirect_url"]:
new_page.redirect_url = page["redirect_url"]

# Debug page information
# Debug page information, editors may produce a false error or warning for lines 57 - 60

logging.debug("Page Name: %s", new_page.name)
logging.debug("Redirect ULR: %s", new_page.redirect_url)
logging.debug("Capture Credentials: %s", new_page.capture_credentials)
Expand Down

0 comments on commit 25a497a

Please sign in to comment.