Skip to content

Commit

Permalink
resolved merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Tenreiro committed Jul 15, 2020
2 parents f98ad5c + 0710428 commit 7f8d754
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions opensquat/app.py
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ def download(self):
"""

if self.period == "day":
self.URL_file = "domain-names1.txt"
self.URL_file = "domain-names.txt"
elif self.period == "week":
self.URL_file = "domain-names-week.txt"
elif self.period == "month":
@@ -336,10 +336,7 @@ def check_squatting(self):
)

f_dom.seek(0)

if (self.dns_validation is None):
self.list_domains = self.list_dns_domains


return self.list_domains

def _process_doppelgagner_only(self, keyword, domain, domains):

0 comments on commit 7f8d754

Please sign in to comment.