fix: 修复报配置文件未找到的问题
This commit is contained in:
@@ -65,8 +65,6 @@ def main():
|
||||
input("未知错误。")
|
||||
exit()
|
||||
|
||||
make_necessary_dirs()
|
||||
|
||||
# 启动主程序(cores/qqbot/core.py)
|
||||
bot_core.init()
|
||||
|
||||
@@ -79,7 +77,7 @@ def check_env():
|
||||
|
||||
if __name__ == "__main__":
|
||||
update_dept()
|
||||
|
||||
make_necessary_dirs()
|
||||
try_migrate_config()
|
||||
cc = CmdConfig()
|
||||
http_proxy = cc.get("http_proxy")
|
||||
|
||||
Reference in New Issue
Block a user