update git ignore
This commit is contained in:
@@ -87,7 +87,7 @@ def fetch_course(courseIds):
|
||||
logger.info("No courses found in the database.")
|
||||
max_course_id = 11
|
||||
|
||||
start_course_id = download_id if max_course_id - 5 < download_id else max_course_id - 5
|
||||
start_course_id = download_id if max_course_id - 3 < download_id else max_course_id - 3
|
||||
if courseIds is None:
|
||||
cursor.execute('SELECT id, title FROM courses where id >= ?', (start_course_id,))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user