From 88f9c07f7203c2ad529316f7a0da1102402d59ed Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 18 Jul 2025 12:38:57 +1000 Subject: [PATCH] feat: Add link to listing --- shakestation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shakestation.py b/shakestation.py index fe3e0ba..454c8aa 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"

Score {score}
Price {price}

"} + return {"info": f"

Score: {score}
Price: {price}


View Listing"}