Skip to content

Commit

Permalink
Merge pull request derv82#166 from kimocoder/sourcery/pull-165
Browse files Browse the repository at this point in the history
Merge changes (Sourcery refactored)
  • Loading branch information
kimocoder authored Aug 9, 2023
2 parents 9ef5ce2 + 928aef9 commit 547f57d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wifite/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ def _add_global_args(self, glob):
def file_to_list(file_path):
with open(file_path, 'r') as f:
return [line.strip() for line in f]

...

glob.add_argument('-E',
action='store',
dest='ignore_essids_file',
Expand Down

0 comments on commit 547f57d

Please sign in to comment.