mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
revert of last commit (conf dictionary has a method "update" which caused if conf.update to True always :) )
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.update:
|
||||
if not conf.updateAll:
|
||||
return
|
||||
|
||||
rootDir = paths.SQLMAP_ROOT_PATH
|
||||
|
||||
Reference in New Issue
Block a user