mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Minor refactoring
This commit is contained in:
parent
09064a4a24
commit
69701ba08c
|
@ -44,7 +44,7 @@ def saveHistory(completion=None):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
with open(historyPath, "w+") as f:
|
with open(historyPath, "w+") as f:
|
||||||
f.truncate()
|
pass
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user