mirror of
				https://github.com/tiyn/stud.ip-crawler.git
				synced 2025-10-30 18:51:17 +01:00 
			
		
		
		
	log: show which courses will be downloaded
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user