1
0
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:
TiynGER 2020-11-10 12:44:31 +01:00
parent 92ee51e56c
commit 9d08df462b

View File

@ -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