mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor refactoring
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user