반응형
TypeError: list indices must be integers or slices, not str
리스트의 인댁스는 문자열이 아니라 정수여야 한다.
# print(bal['ticker'], bal['total'], bal['orderable'])을 수정함
# print(bal['ticker'], bal['total'], bal['orderable'])
print(['ticker'], ['total'], ['orderable'])
728x90
반응형
'IT News' 카테고리의 다른 글
파이선 단축키 (0) | 2022.11.20 |
---|---|
파이선 키움 환경설정시 유용한 사용 (0) | 2022.11.20 |
인공지능 (Prophet) 자동매매 환경 설치 방법 (0) | 2022.11.04 |
pycurl 설치 에러 및 해결방법 (0) | 2022.11.04 |
파이썬 마우스포인트 확인방법, 파이썬코드 (0) | 2022.11.04 |
댓글