Skip to content

Commit

Permalink
[FIX] API has changed at the other side. Link taken is not the correc…
Browse files Browse the repository at this point in the history
…t one anymore
  • Loading branch information
altf4arnold committed May 18, 2024
1 parent 2f920df commit a545ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tldtester/sorter.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def grabber(data, rdaptlds):
except:
organisation = "Reserved"
try:
link = data["links"][2]["href"]
link = data["links"][0]["href"]
except Exception as e:
print("link not found for " + tld)
print(e)
Expand Down

0 comments on commit a545ecc

Please sign in to comment.