GauthamGoli / rar-Password-Cracker

Bruteforces a password protected rar/zip file with specified charset.
92 stars 26 forks source link

Typo in uncommented multi-thread code #1

Closed sberer closed 8 years ago

sberer commented 8 years ago

t = Thread(target=extractFile, args=(arFile,attempt))

GauthamGoli commented 8 years ago

Thank you. Fixed it.