fix: add 5s delay between upload and onsale to avoid moderation 403

This commit is contained in:
2026-02-18 14:39:14 -05:00
parent 5afbdd7d94
commit 2cf9443974
+1
View File
@@ -174,6 +174,7 @@ async def reupload_asset(asset_id: int, _: str = Depends(verify_api_key)):
image_hash, asset.asset_type, asset_id, new_asset_id image_hash, asset.asset_type, asset_id, new_asset_id
) )
await asyncio.sleep(5)
try: try:
await roblox.onsale_asset( await roblox.onsale_asset(
new_asset_id, new_asset_id,