From 06d6ee562d2e9166dc353d2f61aaa6b6ae394841 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 18 Jul 2025 12:37:46 +1000 Subject: [PATCH] feat: Use new format --- shakestation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}

"}