mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Trivial update (unused globals)
This commit is contained in:
@@ -27,8 +27,6 @@ def configFileProxy(section, option, datatype):
|
||||
advanced dictionary.
|
||||
"""
|
||||
|
||||
global config
|
||||
|
||||
if config.has_option(section, option):
|
||||
try:
|
||||
if datatype == OPTION_TYPE.BOOLEAN:
|
||||
|
||||
Reference in New Issue
Block a user