This commit is contained in:
2026-09-10 20:13:10 +08:00
parent d837250bcb
commit 2b6fe2ffbc
2 changed files with 8 additions and 12 deletions

View File

@@ -44,8 +44,6 @@ def collector_push(account_id: str, assets: Any, positions: Any) -> None:
"positions": positions,
}
)
pretty_json = json.dumps(payload, indent=4, ensure_ascii=False)
print(pretty_json)
httpx.post(COLLECTOR_URL, json=payload, timeout=3.0)
except BaseException:
# Collection must never interrupt or affect the trading workflow.