mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-27 11:09:51 +00:00
Minor improvements in HashDB
This commit is contained in:
parent
bf2d3a5315
commit
1330198eab
5 changed files with 34 additions and 29 deletions
|
|
@ -588,7 +588,7 @@ def main():
|
|||
pass
|
||||
|
||||
if conf.get("hashDB"):
|
||||
conf.hashDB.flush(True)
|
||||
conf.hashDB.flush()
|
||||
conf.hashDB.close() # NOTE: because of PyPy
|
||||
|
||||
if conf.get("harFile"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue