Skip to content

Commit

Permalink
🏖版本号更改
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnserf-Seed committed Dec 22, 2022
1 parent 91e89b0 commit 3c98efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util/Command.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def argument(self):
args: 返回命令行对象
"""
parser = Util.argparse.ArgumentParser(
description='TikTokMulti V1.2.5 使用帮助')
description='TikTokTool V1.3.0.33 使用帮助')
parser.add_argument('--uid', '-u', type=str,
help='为用户主页链接,非必要参数', required=False)
# parser.add_argument('--dir','-d', type=str,help='视频保存目录,非必要参数, 默认./Download', default='./Download/')
Expand Down

0 comments on commit 3c98efc

Please sign in to comment.