Skip to content

Commit

Permalink
去掉doublespeed识别
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueli924 committed Nov 14, 2023
1 parent 0bbf8c2 commit 33bbfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def decode_course_card(_text: str):
_job["mid"] = _card["mid"]
_job["objectid"] = _card["objectId"]
_job["aid"] = _card["aid"]
_job["doublespeed"] = _card["property"]["doublespeed"]
# _job["doublespeed"] = _card["property"]["doublespeed"]
_job_list.append(_job)
continue
if _card["type"] == "document":
Expand Down

0 comments on commit 33bbfcc

Please sign in to comment.