Skip to content

Commit

Permalink
solve(BOJ): LV1_no additional info2_py
Browse files Browse the repository at this point in the history
# number: 문제 번호를 숫자로 작성
# categories : 해당 문제의 유형을 ,로 구분하여 작성
# tags : 해당 문제의 태그를 ,로 구분하여 작성
# time : 해당 문제 풀이에 걸린 시간을 분단위 숫자로 작성
# try : 해당 문제에 몇번의 시도를 했는지 숫자로 작성
# help: 해당 문제에 외부의 도움을 받았는지 true/false로 작성
# url : 해당 문제의 url을 작성
number:
categories: []
tags: []
time:
try:
help: false
url:
  • Loading branch information
gogumaC committed Jun 9, 2024
1 parent fd4fcec commit 428ab38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requestNotionUpload.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,3 @@ def parse_commit_msg(msg,pattern):
result=request_notion_update(body)
if not result:
sys.exit(1)

0 comments on commit 428ab38

Please sign in to comment.