mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Trivial update
This commit is contained in:
parent
3f17dc4747
commit
5c82f30fd8
2 changed files with 2 additions and 2 deletions
|
|
@ -1221,7 +1221,7 @@ class Connect(object):
|
|||
|
||||
for name, value in variables.items():
|
||||
if name != "__builtins__" and originals.get(name, "") != value:
|
||||
if isinstance(value, (int, six.string_types)):
|
||||
if isinstance(value, (int, float, six.string_types)):
|
||||
found = False
|
||||
value = getUnicode(value, UNICODE_ENCODING)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue