Skip to content

Commit 5368830

Browse files
author
Paul Amar
committed
Fixed the code and make it work now
1 parent 063c536 commit 5368830

2 files changed

Lines changed: 401 additions & 43 deletions

File tree

dnsdumpster/API_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
print('Testing... : {}'.format(domain))
99

1010
res = DNSDumpsterAPI(True).search(domain)
11-
11+
print(res)
1212
print("####### Domain #######")
1313
print(res['domain'])
1414

0 commit comments

Comments
 (0)