Skip to content

Commit 1a53082

Browse files
authored
Update update_readme_calendar.py
1 parent dfc95ab commit 1a53082

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

scripts/update_readme_calendar.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,10 @@ def build_month_calendar(year, month, today_kst):
189189
month_title = f"### {year}-{month:02d} 코딩테스트 달력 (KST)"
190190
legend = (
191191
"<sub>"
192-
"🟢=그날 3커밋 이상+누적 3개 이상, "
193-
"🟠=누적 3개 이상(레트로 포함) & 당일 3커밋 미만, "
194-
"🟡=커밋은 있으나 누적 < 3, "
195-
"🔴=비봇 커밋 없음 · "
196-
"(표시 n은 .gitkeep 제외, 목표는 항상 3)"
197-
"</sub>"
192+
"🟢 : 당일에 모두 태스크 완료 | "
193+
"🟠 : 당일에 다 못했으나, 다른날에 모두 태스크 완료 | "
194+
"🟡 : 당일에 다 못했고, 다른날에도 다 태스크 못했을때 | "
195+
"🔴 : 아에 안했을때 "
198196
)
199197
table_html = (
200198
f"{month_title}\n\n"

0 commit comments

Comments
 (0)