mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
str() -> unicode()
This commit is contained in:
parent
f24187f251
commit
a3db3c03c1
17 changed files with 31 additions and 31 deletions
|
|
@ -81,7 +81,7 @@ def main():
|
|||
else:
|
||||
start()
|
||||
except exceptionsTuple, e:
|
||||
e = str(e)
|
||||
e = unicode(e)
|
||||
logger.error(e)
|
||||
|
||||
except KeyboardInterrupt:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue