mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
minor change (conf.updateAll to conf.update)
This commit is contained in:
@@ -30,7 +30,7 @@ from lib.core.subprocessng import pollProcess
|
||||
from lib.request.connect import Connect as Request
|
||||
|
||||
def update():
|
||||
if not conf.updateAll:
|
||||
if not conf.update:
|
||||
return
|
||||
|
||||
rootDir = paths.SQLMAP_ROOT_PATH
|
||||
|
||||
Reference in New Issue
Block a user