diff --git a/pycomcigan/timetable.py b/pycomcigan/timetable.py index d05638b..fd83dc7 100644 --- a/pycomcigan/timetable.py +++ b/pycomcigan/timetable.py @@ -100,8 +100,8 @@ def __init__(self, resp = resp.text.split('\n')[0] resp = json.loads(resp) - with open('timetable.json', 'w', encoding='UTF-8') as f: - f.write(json.dumps(resp, ensure_ascii=False, indent=4)) + # with open('timetable.json', 'w', encoding='UTF-8') as f: + # f.write(json.dumps(resp, ensure_ascii=False, indent=4)) self.school_code = school_code self.school_name = school_name diff --git a/setup.py b/setup.py index c6479b5..03037c2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pycomcigan", - version="1.2.0", + version="1.2.1", author="hegelty", author_email="skxodid0305@gmail.com", description="컴시간알리미 시간표 파싱 라이브러리입니다.",