(20260623) Migrate to new server.

This commit is contained in:
2026-06-23 17:06:44 +05:30
parent 7a73bee6d3
commit 122be77d19
3 changed files with 56 additions and 3 deletions
@@ -189,6 +189,8 @@ async def request_oauth_authorization_url(
"username": inbound_data.auth.username,
"perTrade": inbound_data.get("perTrade", 0),
"perCrore": inbound_data.get("perCrore", 0),
"perCroreEq": inbound_data.get("perCroreEq", 0),
"perCroreFut": inbound_data.get("perCroreFut", 0),
"perLot": inbound_data.get("perLot", 0)
},
auth = inbound_data.auth.model_dump(),