mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Fixes #1572
This commit is contained in:
@@ -77,10 +77,6 @@ class Wordlist(object):
|
||||
except StopIteration:
|
||||
self.adjust()
|
||||
retVal = self.iter.next().rstrip()
|
||||
try:
|
||||
retVal = retVal.decode(UNICODE_ENCODING)
|
||||
except UnicodeDecodeError:
|
||||
continue
|
||||
if not self.proc_count or self.counter % self.proc_count == self.proc_id:
|
||||
break
|
||||
return retVal
|
||||
|
||||
Reference in New Issue
Block a user