mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-24 00:19:02 +00:00
minor fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user