update git ignore

This commit is contained in:
YuanHui
2025-11-21 19:59:24 +08:00
parent f20d1c4099
commit b03774b17b
50 changed files with 22522 additions and 904 deletions

View File

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