Skip to content

Commit

Permalink
Update wpa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
savio-code authored Nov 12, 2020
1 parent 8fbebe7 commit 781f914
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Fern-Wifi-Cracker/core/wpa.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,6 @@ def set_progress_bar(self,filename):
def dictionary_setting(self):
filename = QtWidgets.QFileDialog.getOpenFileName(self,"Select Wordlist","")[0]
if(filename):

self.settings.create_settings("wordlist",filename)

get_temp_name = self.settings.read_last_settings("wordlist")
Expand Down

0 comments on commit 781f914

Please sign in to comment.