mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor refactoring
This commit is contained in:
@@ -44,7 +44,7 @@ def saveHistory(completion=None):
|
||||
|
||||
try:
|
||||
with open(historyPath, "w+") as f:
|
||||
f.truncate()
|
||||
pass
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user