Update force-event.py

This commit is contained in:
암냥 2025-02-14 01:08:16 +09:00 committed by GitHub
commit aed9a382ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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("📅 | Today is the last day of the month.")
print("📆 | Uploading School Event Post") print("📆 | Uploading School Event Post")
학사일정_경로 = lib.학사일정_얻기(MLSV_YMD) 학사일정_경로 = lib.학사일정_얻기()
cl.photo_upload( cl.photo_upload(
학사일정_경로, 학사일정_경로,
caption=f"#인천상정중학교 #상정중학교 #학사일정 \n{내일.strftime("%Y")}{내일.strftime("%m")}월 학사일정", caption=f"#인천상정중학교 #상정중학교 #학사일정 \n{내일.strftime("%Y")}{내일.strftime("%m")}월 학사일정",
@ -30,4 +30,4 @@ cl.photo_upload(
print("📆 | School Event Post Uploaded") print("📆 | School Event Post Uploaded")
print("🎉 | All tasks completed.") print("🎉 | All tasks completed.")