이게 맞나

This commit is contained in:
imnyang 2025-05-02 23:09:57 +09:00
commit 1786b77f3c
7 changed files with 18 additions and 19 deletions

View file

@ -21,7 +21,7 @@ else:
print("🍪 | Retrieving saved account information.")
cl = Client(json.load(open('./temp/auth/cookies.json')))
cl.set_proxy("socks5h://localhost:9999")
#cl.set_proxy("socks5h://localhost:9999")
print("🍪 | Account information was successfully retrieved.")
@ -42,7 +42,7 @@ if 내일.month != 오늘.month:
학사일정_경로 = lib.학사일정_얻기()
cl.photo_upload(
학사일정_경로,
caption=f"#인천상정중학교 #상정중학교 #학사일정 \n{내일.strftime("%Y")}{내일.strftime("%m")}월 학사일정",
caption=f"#인천상정중학교 #상정중학교 #학사일정 \n{내일.strftime('%Y')}{내일.strftime('%m')}월 학사일정",
extra_data={'is_paid_partnership': False}
)
print("📆 | School Event Post Uploaded")