"kis.py_구문_오류_수정"
This commit is contained in:
Binary file not shown.
@@ -40,6 +40,7 @@ async def get_balance(market: Literal["Domestic", "Overseas"]):
|
|||||||
try:
|
try:
|
||||||
data = await kis_client.get_balance(market)
|
data = await kis_client.get_balance(market)
|
||||||
return data
|
return data
|
||||||
|
except Exception as e:
|
||||||
raise HTTPException(status_code=500, detail=str(e))
|
raise HTTPException(status_code=500, detail=str(e))
|
||||||
|
|
||||||
@router.put("/order")
|
@router.put("/order")
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user