From 7a9fd7fd1ed12da57e58e217653d13bc1a984101 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sun, 2 Jun 2024 23:14:48 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8A=A5=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E6=9C=AA=E6=89=BE=E5=88=B0=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index 7355f2cb5..5b675082a 100644 --- a/main.py +++ b/main.py @@ -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")