fix: 删除linux热更新

This commit is contained in:
Soulter
2023-03-25 11:48:58 +08:00
parent 0342d752e6
commit 7c06883975
+3 -3
View File
@@ -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)