From 6dc208970c8f994ca07618825db09a557948b969 Mon Sep 17 00:00:00 2001 From: imnyang Date: Thu, 7 Nov 2024 22:06:17 +0900 Subject: [PATCH] a --- app/run.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/run.py b/app/run.py index ac20823..cbbe7b1 100644 --- a/app/run.py +++ b/app/run.py @@ -20,7 +20,7 @@ lib.μ–»κΈ°(MLSV_YMD) print("πŸ“Έ | Uploading Story") cl.photo_upload_to_story( - path=f"temp/{MLSV_YMD}.png", + path=f"temp/{MLSV_YMD}-story.png", caption=f"#μΈμ²œμƒμ •μ€‘ν•™κ΅ #상정쀑학ꡐ #급식 \n{MLSV_YMD}일자 급식", extra_data = {'is_paid_partnership' : False} ) @@ -29,7 +29,7 @@ print("πŸ“Έ | Story Uploaded") lib.μŠ€ν† λ¦¬_μ–»κΈ°(MLSV_YMD) print("πŸ–ΌοΈ | Uploading Post") cl.photo_upload( - f"temp/{MLSV_YMD}-story.png", + f"temp/{MLSV_YMD}.png", caption=f"#μΈμ²œμƒμ •μ€‘ν•™κ΅ #상정쀑학ꡐ #급식 \n{MLSV_YMD}일자 급식", extra_data = {'is_paid_partnership' : False} ) @@ -41,4 +41,4 @@ print("πŸ—¨οΈ | Uploaded at Discord") print("πŸŽ‰ | All tasks completed.") # calculate running time -print("πŸ•’ | Running Time:", datetime.now() - start_time) \ No newline at end of file +print("πŸ•’ | Running Time:", datetime.now() - start_time)