mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-30 18:19:07 +00:00
str() -> unicode()
This commit is contained in:
@@ -156,7 +156,7 @@ class Metasploit:
|
||||
|
||||
if not choice:
|
||||
if lst:
|
||||
choice = str(default)
|
||||
choice = unicode(default)
|
||||
else:
|
||||
return default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user