mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-25 17:55:49 +01:00
Minor refactoring
This commit is contained in:
parent
09064a4a24
commit
69701ba08c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ def saveHistory(completion=None):
|
|||
|
||||
try:
|
||||
with open(historyPath, "w+") as f:
|
||||
f.truncate()
|
||||
pass
|
||||
except:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue