更新提示

This commit is contained in:
qingxu fu 2023-07-11 15:56:28 +08:00
parent 9b8f160788
commit fe7b651c56

View File

@ -139,7 +139,7 @@ def auto_update(raise_error=False):
else: else:
return return
except: except:
msg = '自动更新程序:已禁用' msg = '自动更新程序:已禁用。建议排查:代理网络配置。'
if raise_error: if raise_error:
from toolbox import trimmed_format_exc from toolbox import trimmed_format_exc
msg += trimmed_format_exc() msg += trimmed_format_exc()