Skip to content

Commit

Permalink
fix bug&build
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwxi committed Sep 9, 2024
1 parent 746d860 commit 89c8dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
version:
description: 'Release version'
required: true
default: '2024.09.08.v2'
default: '2024.09.09.v1'
body:
description: 'Release body text'
required: true
Expand Down
2 changes: 1 addition & 1 deletion epub_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def check_mode(args):
else:
print("未指定处理模式。e:加密,d:解密,r:重排")
args.m = input("请输入操作:")
func = check_mode(args)
process, func = check_mode(args)
print(f"处理模式:{process}")
return process, func

Expand Down

0 comments on commit 89c8dbe

Please sign in to comment.