Skip to content

Commit

Permalink
Update FindFrontableDomains.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlmsney committed Nov 11, 2019
1 parent 68e02b6 commit 41868c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FindFrontableDomains.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main():
check=args.check
file = args.file
domain = args.domain
queue = Queue.Queue()
queue = queue.Queue()
if file:
with open(file, 'r') as f:
for d in f:
Expand Down

0 comments on commit 41868c0

Please sign in to comment.