mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Trivial style update
This commit is contained in:
parent
75f447ccf8
commit
b74de19213
|
@ -44,7 +44,7 @@ def purge(directory):
|
|||
for filepath in filepaths:
|
||||
try:
|
||||
filesize = os.path.getsize(filepath)
|
||||
with open(filepath, 'w+b') as f:
|
||||
with open(filepath, "w+b") as f:
|
||||
f.write("".join(chr(random.randint(0, 255)) for _ in xrange(filesize)))
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue
Block a user