From 7c068839751bd2ae1517e13300b50f3ebeb7d560 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Sat, 25 Mar 2023 11:48:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4linux=E7=83=AD?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index a72f04c78..79c69b4df 100644 --- a/main.py +++ b/main.py @@ -179,8 +179,8 @@ if __name__ == "__main__": check_env() bot_event = threading.Event() loop = asyncio.get_event_loop() - ma_type = get_platform() - if ma_type == 'linux': - threading.Thread(target=hot_update).start() + # ma_type = get_platform() + # if ma_type == 'linux': + # threading.Thread(target=hot_update).start() main(loop, bot_event) \ No newline at end of file