튜우닝구~ 확인하고 싶던 날~
This commit is contained in:
parent
4140406c88
commit
fa249bc2be
2 changed files with 7 additions and 8 deletions
|
|
@ -144,7 +144,7 @@ def 디스코드(MLSV_YMD:str):
|
|||
오늘급식 = 급식_정보_얻기(MLSV_YMD)
|
||||
|
||||
data = {
|
||||
"content" : MLSV_YMD,
|
||||
"content" : f"{MLSV_YMD[:4]}년 {MLSV_YMD[4:6]}월 {MLSV_YMD[6:8]}일 급식 정보",
|
||||
"username" : "@today.isangjeong"
|
||||
}
|
||||
|
||||
|
|
@ -156,7 +156,7 @@ def 디스코드(MLSV_YMD:str):
|
|||
]
|
||||
|
||||
if vts.VTS임(MLSV_YMD):
|
||||
data["content"] = f"{MLSV_YMD} | with V.T.S."
|
||||
data["content"] = f"{MLSV_YMD[:4]}년 {MLSV_YMD[4:6]}월 {MLSV_YMD[6:8]}일 급식 정보 | with V.T.S."
|
||||
|
||||
|
||||
print("🏓 | Sending Payload")
|
||||
|
|
|
|||
11
app/temp.py
11
app/temp.py
|
|
@ -5,10 +5,9 @@
|
|||
#라이브러리.얻기("20250306")
|
||||
#라이브러리.스토리_얻기("20250306")
|
||||
|
||||
import library.vts as vts
|
||||
vts.download()
|
||||
import library.lib as lib
|
||||
|
||||
print(vts.detect_vts_day())
|
||||
|
||||
print(vts.VTS임(20250307))
|
||||
print(vts.VTS임(20250306))
|
||||
lib.디스코드("20250304")
|
||||
lib.디스코드("20250305")
|
||||
lib.디스코드("20250306")
|
||||
lib.디스코드("20250307")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue