mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 09:24:01 +01:00
removing leftover
This commit is contained in:
parent
354a2ce249
commit
da9ec67869
1 changed files with 0 additions and 1 deletions
|
|
@ -123,7 +123,6 @@ def checkCharEncoding(encoding):
|
||||||
elif encoding == 'null':
|
elif encoding == 'null':
|
||||||
return None
|
return None
|
||||||
|
|
||||||
encoding = "bla"
|
|
||||||
# http://www.iana.org/assignments/character-sets
|
# http://www.iana.org/assignments/character-sets
|
||||||
try:
|
try:
|
||||||
codecs.lookup(encoding)
|
codecs.lookup(encoding)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue