Skip to content

Conversation

@martynodlrr
Copy link

First time running, I saw:

/home/{USER}/pentest-tools/EmailHarvester/EmailHarvester.py:78: SyntaxWarning: invalid escape sequence '\-'
  '[a-zA-Z0-9.\-_+#~!$&\',;=:]+' +
/home/{USER}/pentest-tools/EmailHarvester/EmailHarvester.py:201: SyntaxWarning: invalid escape sequence '\ '
  parser = argparse.ArgumentParser(description="""
/home/{USER}/pentest-tools/EmailHarvester/EmailHarvester.py:236: SyntaxWarning: "is" with 'int' literal. Did you mean "=="?
  if len(sys.argv) is 1:

This PR addresses these issues

Copy link

@mokrunka mokrunka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants