mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-31 03:50:24 -07:00
minor fix
This commit is contained in:
parent
6828f1b11e
commit
1790928df6
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ def WriteData(outfile,data, user):
|
|||
outf2.write("\n")
|
||||
outf2.close()
|
||||
|
||||
def PrintData(outfile,str(user)):
|
||||
def PrintData(outfile,user):
|
||||
if Verbose == True:
|
||||
return True
|
||||
if os.path.isfile(outfile) == True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue