chore: fix some typos
This commit is contained in:
@@ -49,8 +49,8 @@ def privider_chooser(cfg):
|
||||
return l
|
||||
|
||||
def check_env(ch_mirror=False):
|
||||
if not (sys.version_info.major == 3 and sys.version_info.minor >= 8):
|
||||
print("请使用Python3.8运行本项目")
|
||||
if not (sys.version_info.major == 3 and sys.version_info.minor >= 9):
|
||||
print("请使用Python3.9+运行本项目")
|
||||
input("按任意键退出...")
|
||||
exit()
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ try:
|
||||
import git.exc
|
||||
from git.repo import Repo
|
||||
except BaseException as e:
|
||||
print("你正在运行在无Git环境下,暂时将无法使用插件、热更新功能。")
|
||||
print("你正运行在无Git环境下,暂时将无法使用插件、热更新功能。")
|
||||
has_git = False
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user