Skip to content

Commit

Permalink
Merge pull request WooilJeong#56 from WooilJeong/bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
WooilJeong authored Aug 22, 2023
2 parents be3c0b3 + 5a2e28b commit 180d596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.24"
__version__ = "1.0.25"
__author__ = "정우일(Wooil Jeong)"
__contact__ = "wooil@kakao.com"
__github__ = "https://github.com/WooilJeong/PublicDataReader"
2 changes: 1 addition & 1 deletion PublicDataReader/ecos/ecos.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Ecos:

def __init__(self, service_key=None):
self.service_key = service_key
self.base_url = "https://ecos.bok.or.kr/api"
self.base_url = "http://ecos.bok.or.kr/api"

def get_statistic_table_list(self, 통계표코드=None, translate=True):
"""
Expand Down

0 comments on commit 180d596

Please sign in to comment.