mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor change (conf.updateAll to conf.update)
This commit is contained in:
parent
402c1b622e
commit
5edba2ffbc
4 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue