mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Trivial update (unused globals)
This commit is contained in:
parent
c00a642569
commit
2b79f45cbc
3 changed files with 1 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue