Skip to content

Commit

Permalink
Double opened password_word_list causing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
drGrove committed May 20, 2019
1 parent 7a73cfa commit c033553
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mtls.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,6 @@ def _genPW(self):
wordList = open(
os.path.join(os.path.dirname(__file__), 'password_word_list')
)

wordFile = open('password_word_list', 'r')
wordList = []
for line in wordFile:
wordList.append(line.rstrip('\n'))
Expand Down

0 comments on commit c033553

Please sign in to comment.