Skip to content

Commit

Permalink
少个参数
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaaczhr committed Feb 18, 2025
1 parent 64f5ef1 commit 5caab8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncatbot/core/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def run(self, reload=False, debug=False):
github_version = get_version(get_proxy_url())
if version != github_version:
_log.info(f"发现新版本: {github_version}")
if not download_napcat("update"):
if not download_napcat("update", base_path):
_log.info(f"跳过 napcat {version} 更新")
else:
_log.info("当前 napcat 已是最新版本")
Expand Down

0 comments on commit 5caab8a

Please sign in to comment.