mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor patch
This commit is contained in:
parent
a75d3ed0b8
commit
50ac3aab7a
2 changed files with 2 additions and 2 deletions
|
|
@ -141,7 +141,7 @@ def stdoutencode(data):
|
|||
try:
|
||||
# Reference: http://bugs.python.org/issue1602
|
||||
if IS_WIN:
|
||||
output = data.encode('ascii', "replace")
|
||||
output = data.encode("ascii", "replace")
|
||||
|
||||
if output != data:
|
||||
warnMsg = "cannot properly display Unicode characters "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue