이게 맞나
This commit is contained in:
parent
a4c1b300ca
commit
1786b77f3c
7 changed files with 18 additions and 19 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue