Skip to content

Commit

Permalink
Fix: remove unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueli924 committed Nov 20, 2024
1 parent 42f026d commit 1008579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def add_times(self,id:str) -> None:
job_info = None
jobs, job_info = chaoxing.get_job_list(course["clazzId"], course["courseId"], course["cpi"], point["id"])

bookID = job_info["knowledgeid"] # 获取视频ID
# bookID = job_info["knowledgeid"] # 获取视频ID

# 发现未开放章节,尝试回滚上一个任务重新完成一次
try:
Expand Down

0 comments on commit 1008579

Please sign in to comment.