mirror of
https://github.com/tiyn/stud.ip-crawler.git
synced 2025-04-03 16:37:48 +02:00
log: show which courses will be downloaded
This commit is contained in:
parent
92ee51e56c
commit
9d08df462b
@ -92,6 +92,7 @@ class Studip:
|
||||
curr_ind = ord_sems.index(semester)
|
||||
if start_ind <= curr_ind <= end_ind:
|
||||
course_title = course['title']
|
||||
log.info(course_title + " will be downloaded")
|
||||
course_id = course['course_id']
|
||||
course_list[course_id] = course_title
|
||||
return course_list
|
||||
|
Loading…
x
Reference in New Issue
Block a user