diff --git a/account.py b/account.py deleted file mode 100644 index e69de29..0000000 diff --git a/shakestation.py b/shakestation.py index 09fd20c..a4913c7 100644 --- a/shakestation.py +++ b/shakestation.py @@ -1,5 +1,4 @@ import json -import account import requests # Plugin Data @@ -89,10 +88,10 @@ def domain_info(params, authentication): if domainType == "marketplace": price = data["data"].get("price", "No price available") returnInfo = f"

Score: {score}
Price: {price}

View Listing" - - stakedData = checkStaked(domain) - if stakedData: - returnInfo += f"

Staked: {stakedData.get('price', '-1')} HNS ({stakedData.get('renew_price','-1')} HNS/yr)

" + else: + stakedData = checkStaked(domain) + if stakedData: + returnInfo += f"

Staked: {stakedData.get('price', '-1')} HNS ({stakedData.get('renew_price','-1')} HNS/yr)

View Listing"