왜 생각을 못하니
This commit is contained in:
parent
9f4c5700b6
commit
2ba9b8ee32
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue