Skip to content

Commit 547f57d

Browse files
authored
Merge pull request derv82#166 from kimocoder/sourcery/pull-165
Merge changes (Sourcery refactored)
2 parents 9ef5ce2 + 928aef9 commit 547f57d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wifite/args.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ def _add_global_args(self, glob):
147147
def file_to_list(file_path):
148148
with open(file_path, 'r') as f:
149149
return [line.strip() for line in f]
150-
151-
...
150+
152151
glob.add_argument('-E',
153152
action='store',
154153
dest='ignore_essids_file',

0 commit comments

Comments
 (0)