Skip to content

Commit

Permalink
solve(BOJ): LV1_test_py
Browse files Browse the repository at this point in the history
# id: 문제 id를 숫자로 작성
# categories : 해당 문제의 유형을 ,로 구분하여 작성
# tags : 해당 문제의 태그를 ,로 구분하여 작성
# time : 해당 문제 풀이에 걸린 시간을 분단위 숫자로 작성
# try : 해당 문제에 몇번의 시도를 했는지 숫자로 작성
# help: 해당 문제에 외부의 도움을 받았는지 true/false로 작성
# url : 해당 문제의 url을 작성
id: 1
categories: []
tags: []
time: 1
try: 1
help: false
url:
  • Loading branch information
gogumaC committed Jun 18, 2024
1 parent 24d289d commit b0fee0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requestNotionUpload.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def parse_commit_msg(msg,pattern):
platform=platform,
level=level
)
details={}
details={}
if len(lines)>3:
rest=lines[2:]
key_value_pattern=r"^([a-zA-Z0-9_]+)\s*:\s*(.*)$"
Expand Down

0 comments on commit b0fee0a

Please sign in to comment.