Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
hegelty committed Jul 21, 2024
1 parent 2948508 commit 63aa127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pycomcigan/timetable.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pycomcigan",
version="1.2.0",
version="1.2.1",
author="hegelty",
author_email="[email protected]",
description="컴시간알리미 시간표 파싱 라이브러리입니다.",
Expand Down

0 comments on commit 63aa127

Please sign in to comment.