Merge pull request #46 from Soulter/42-openai_api_domain_customization

fix: 删除linux热更新
This commit is contained in:
Soulter
2023-03-25 11:49:28 +08:00
committed by GitHub
+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)