update db

This commit is contained in:
Swifty
2025-09-04 16:34:03 +02:00
parent 7b79954003
commit 9d72b444c6

View File

@@ -125,8 +125,8 @@ async def search_store_agents(
slug=row.get("slug", ""),
agent_name=row.get("agent_name", ""),
agent_image=agent_image,
creator=row.get("creator_username", "Needs Profile"),
creator_avatar=row.get("creator_avatar", ""),
creator=row.get("creator_username") or "Needs Profile",
creator_avatar=row.get("creator_avatar") or "",
sub_heading=row.get("sub_heading", ""),
description=row.get("description", ""),
runs=row.get("runs", 0),