Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
WooilJeong committed Apr 8, 2024
1 parent ba6e9c7 commit 254c617
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 731 deletions.
2 changes: 1 addition & 1 deletion PublicDataReader/config/info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.28"
__version__ = "1.0.29"
__author__ = "정우일(Wooil Jeong)"
__contact__ = "wooil@kakao.com"
__github__ = "https://github.com/WooilJeong/PublicDataReader"
2 changes: 1 addition & 1 deletion PublicDataReader/kosis/kosis.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def get_data(self,
try:
res_json = res.json()
except Exception as e:
res_json = json.loads(res.text.replace("\t", ""))
res_json = json.loads(res.text.replace("\t", "SEND_DE"))
except Exception as e:
print("API 요청이 실패했습니다.")
print(e)
Expand Down
Loading

0 comments on commit 254c617

Please sign in to comment.