Skip to content

Commit

Permalink
Update domain-hits.py
Browse files Browse the repository at this point in the history
  • Loading branch information
masterpol authored Oct 7, 2024
1 parent f53452c commit 201ddb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain-hits.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ def main():
subDomains = k.split('.')
result = getSubDomainsRecursively(subDomains[1:len(subDomains)], obj, obj)

print(result)
print([[v,k] for k,v in result.items()])

main()

0 comments on commit 201ddb5

Please sign in to comment.