Skip to content

Commit

Permalink
Merge pull request #19 from tuchaVshortah/dev
Browse files Browse the repository at this point in the history
v3.0.1-hotfix.1
  • Loading branch information
tuchaVshortah authored Jun 2, 2024
2 parents 71ee921 + a03771c commit d18ea5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/OutputWrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def outputSubdomains(self, subdomains, number: int or None = None):
Console.print(self, "[i]No data...[/i]")

if(self.__file is not None):
self.__saveOutputToFile(output)
self.__saveOutputToFile(self.__file, output)

elif(self.__defaultFile):
file_name = f"subdomains.{self.__domain}.{self.__outputFormat}"
Expand Down

0 comments on commit d18ea5a

Please sign in to comment.