From aed9a382adb8a57e09fe0b97c17f00651bc306a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5?= Date: Fri, 14 Feb 2025 01:08:16 +0900 Subject: [PATCH] Update force-event.py --- app/force-event.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/force-event.py b/app/force-event.py index 2a5017d..a0a9df3 100644 --- a/app/force-event.py +++ b/app/force-event.py @@ -21,7 +21,7 @@ MLSV_YMD = (datetime.now() + timedelta(days=1)).strftime('%Y%m%d') print("πŸ“… | Today is the last day of the month.") print("πŸ“† | Uploading School Event Post") -학사일정_경둜 = lib.학사일정_μ–»κΈ°(MLSV_YMD) +학사일정_경둜 = lib.학사일정_μ–»κΈ°() cl.photo_upload( 학사일정_경둜, caption=f"#μΈμ²œμƒμ •μ€‘ν•™κ΅ #상정쀑학ꡐ #학사일정 \n{내일.strftime("%Y")}λ…„ {내일.strftime("%m")}μ›” 학사일정", @@ -30,4 +30,4 @@ cl.photo_upload( print("πŸ“† | School Event Post Uploaded") -print("πŸŽ‰ | All tasks completed.") \ No newline at end of file +print("πŸŽ‰ | All tasks completed.")