Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueli924 committed Dec 8, 2021
1 parent cc6b760 commit d606519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/course/doWork.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def do_mp4(usernm, course, session, mp4, speed):
:param mp4: mp4任务点信息
:return:
"""
console.log("当前倍速[red] {} 倍速[/red],如果要多倍速播放,请在'config/speed.conf'中修改配置".format(speed))
console.log("当前倍速[red] {} 倍速[/red],如果要多倍速播放,请在'config.ini'中修改配置".format(speed))
console.log("推荐使用 1 倍速,使用多倍速存在风险")
finished_num = 0
course_path = 'saves/{}/{}'.format(usernm, course['courseid'])
Expand Down

0 comments on commit d606519

Please sign in to comment.