mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
removing leftover
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user