Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Version 1.0.7.8
Browse files Browse the repository at this point in the history
submission : various new fields for `topics`
  • Loading branch information
mos9527 committed Jun 17, 2023
1 parent 6780928 commit 2349882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bilibili_toolman/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__desc__ = """bilibili-toolman 哔哩哔哩搬运工具"""
__version__ = "1.0.7.7.3"
__version__ = "1.0.7.8"
2 changes: 1 addition & 1 deletion bilibili_toolman/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __getattr__(self, name):
"default": "bda2",
},
"retry_submit_delay" : {"help": "投稿限流时,重新投稿周期", "default": 30},
"retry_submit_count" : {"help": "投稿限流时,尝试重新投稿次数", "default": 5},\
"retry_submit_count" : {"help": "投稿限流时,尝试重新投稿次数", "default": 5},
}
local_args = {
"opts": {"help": "解析可选参数 ,详见 --opts 格式", "default": ""},
Expand Down

0 comments on commit 2349882

Please sign in to comment.