Skip to content

Commit

Permalink
Fix KB pdf url.
Browse files Browse the repository at this point in the history
  • Loading branch information
liante0904 committed Jul 12, 2024
1 parent e425b56 commit eec85d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def KB_parse(ARTICLE_BOARD_ORDER, TARGET_URL):
print(list)

LIST_ARTICLE_TITLE = list['docTitleSub']

if ( NXT_KEY not in LIST_ARTICLE_TITLE or NXT_KEY == '' or TEST_SEND_YN == 'Y' ) and SEND_YN == 'Y':
nNewArticleCnt += 1 # 새로운 게시글 수
if len(sendMessageText) < 3500:
Expand Down

0 comments on commit eec85d1

Please sign in to comment.