From 2ba9b8ee321fb96790b790d0c1b5cc15e1ab0a1c Mon Sep 17 00:00:00 2001 From: imnyang Date: Wed, 13 Nov 2024 00:22:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=99=9C=20=EC=83=9D=EA=B0=81=EC=9D=84=20?= =?UTF-8?q?=EB=AA=BB=ED=95=98=EB=8B=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/run.py b/app/run.py index c52ac9a..5162caf 100644 --- a/app/run.py +++ b/app/run.py @@ -26,8 +26,8 @@ print("📅 | Getting MLSV_YMD Timestamp") print("📅 | Date:", MLSV_YMD) print("🍲 | Getting Meal Info Image") -lib.얻기(MLSV_YMD) +lib.스토리_얻기(MLSV_YMD) print("📸 | Uploading Story") cl.photo_upload_to_story( path=f"temp/{MLSV_YMD}-story.png", @@ -36,7 +36,7 @@ cl.photo_upload_to_story( ) print("📸 | Story Uploaded") -lib.스토리_얻기(MLSV_YMD) +lib.얻기(MLSV_YMD) print("🖼️ | Uploading Post") cl.photo_upload( f"temp/{MLSV_YMD}.png",