fix: 修复报配置文件未找到的问题

This commit is contained in:
Soulter
2024-06-02 23:14:48 -04:00
parent d9b60108db
commit 7a9fd7fd1e
+1 -3
View File
@@ -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")