fix:修复热重载的一些问题

This commit is contained in:
Soulter
2023-03-03 12:33:32 +08:00
parent a833812738
commit 2ecb3fc7cf
+1 -1
View File
@@ -28,7 +28,7 @@ def privider_chooser(cfg):
return 'openai_official'
# 仅支持linux
def hot_update(ver):
def hot_update():
target = 'target.tar'
time.sleep(5)
while(True):