From 2b0d3ebb6cc60dd54e16ac083ace85f3acd3c943 Mon Sep 17 00:00:00 2001 From: hm-desk Date: Wed, 2 Oct 2024 23:53:12 +0900 Subject: [PATCH] =?UTF-8?q?git=20=EA=B2=BD=EA=B3=A0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp.py b/wp.py index 9d78d60..4d2a2ae 100644 --- a/wp.py +++ b/wp.py @@ -11,7 +11,7 @@ load_dotenv(r'./.env.dev') wp_url = os.getenv('WP_URL') wp_usr = os.getenv('WP_USERNAME') wp_key = os.getenv('WP_API_KEY') -status = 'draft' #즉시발행:publish, 임시저장:draft +status = 'draft' # 즉시발행 publish, 임시저장 draft # slug = 'input your slug' title = '파이썬 자동포스팅'