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