feat: Use new format

This commit is contained in:
2025-07-18 12:37:46 +10:00
parent da50fd1ab5
commit 06d6ee562d

View File

@@ -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"<h2>Score {score}<br>Price {price}</h2>"}