From d7f30cd8d7e39a60476ce7f3f95a5baffaeb1d4c Mon Sep 17 00:00:00 2001 From: KWON Date: Fri, 27 Jun 2025 12:46:49 +0900 Subject: [PATCH] =?UTF-8?q?INSERT=20=EC=BF=BC=EB=A6=AC=EC=97=90=20wr=5Fcom?= =?UTF-8?q?ment=5Freply=20=ED=95=84=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/gnu_autoupload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/gnu_autoupload.py b/data/gnu_autoupload.py index e4d94b5..e87e36b 100644 --- a/data/gnu_autoupload.py +++ b/data/gnu_autoupload.py @@ -120,7 +120,7 @@ def write_board(board, subject, content, mb_id, nickname, ca_name=None, file_lis # 게시글 삽입 curs.execute(f"""INSERT INTO g5_write_{board} SET wr_num = {wr_num}, - wr_reply = '', wr_comment = 0, ca_name = %s, wr_option = 'html1', wr_subject = %s, + wr_reply = '', wr_comment = 0, wr_comment_reply = '', ca_name = %s, wr_option = 'html1', wr_subject = %s, wr_content = %s, wr_link1 = '', wr_link2 = '', wr_link1_hit = 0, wr_link2_hit = 0, wr_hit = 1, wr_good = 0, wr_nogood = 0, mb_id = %s, wr_password = '', wr_name = %s, wr_email = '', wr_homepage = '', wr_datetime = %s, wr_last = %s,