You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resp = super().read(**params).json()
if result is None:
result = resp
else:
key = 'OutBlock_1' if 'OutBlock_1' in resp else 'output' # 이렇게 수정해서 정상적으로 데이터 획득했습니다.
result[key] += resp[key]
The text was updated successfully, but these errors were encountered:
pykrx\website\krx\krxio.py
The text was updated successfully, but these errors were encountered: