Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WooilJeong committed Jan 12, 2024
1 parent 385cf1d commit e8217da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PublicDataReader/kbland/kbland.py
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ def 아파트_단지_입주(self, 법정동코드, 임대포함여부, 정렬구

try:
if verbose is True:
_API = "아파트 단지 분양"
_API = "아파트 단지 입주"
_임대포함여부 = {"0": "임대제외", "1": "임대포함",}
_정렬구분 = {"1": "입주일순", "2": "세대수순",}
_정렬순서 = {"0": "오름차순", "1": "내림차순",}
Expand Down

0 comments on commit e8217da

Please sign in to comment.