Merge branch 'main' of ssh://git.luyanxin.com:8103/lyx/youlu-openclaw-workspace
merging
This commit is contained in:
@@ -108,6 +108,10 @@ async def check_course(page, name, url):
|
||||
text_lower = text.lower()
|
||||
|
||||
# Check if it's NOT full
|
||||
# NOTE: Spring 2026 courses currently show "7 Spots Left" but
|
||||
# "registration not open" appears only after login. Real openings
|
||||
# will show < 7 spots as people start enrolling. Report when
|
||||
# spot count decreases from the default 7.
|
||||
is_full = "full" in text_lower
|
||||
if is_full:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user