Skip to content

Commit

Permalink
fix: README test 하던거 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tony9402 committed Jul 2, 2024
1 parent 6d117f5 commit 7c358dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 818 deletions.
2 changes: 1 addition & 1 deletion baekjoon_utils/baekjoon_utils/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def main():
assemble_text = f"{assemble_text}{f.read()}"
f.close()

with open("test.md", "w") as f:
with open("README.md", "w") as f:
f.write(assemble_text)
f.close()

Expand Down
Loading

0 comments on commit 7c358dd

Please sign in to comment.