mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update
This commit is contained in:
parent
fa2572f58a
commit
d5fb3a0d8b
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ if __name__ == "__main__":
|
|||
items = list()
|
||||
|
||||
with open(sys.argv[1], 'r') as f:
|
||||
for item in f.readlines():
|
||||
for item in f:
|
||||
item = item.strip()
|
||||
try:
|
||||
str.encode(item)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue