diff --git a/shakestation.py b/shakestation.py index 479d082..fe3e0ba 100644 --- a/shakestation.py +++ b/shakestation.py @@ -64,7 +64,7 @@ def domain_info(params, authentication): if domainType == "marketplace": score = data["data"].get("score", "No score available") price = data["data"].get("price", "No price available") - return {"info": f"Domain is listed on Shakestation with score {score} and price {price}"} + return {"info": f"

Score {score}
Price {price}

"}