a
This commit is contained in:
parent
e0d0ff32e6
commit
6dc208970c
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
print("🕒 | Running Time:", datetime.now() - start_time)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue