fix(helm chart): 修复EULA hash

This commit is contained in:
zhangxinhui02
2025-12-23 03:25:25 +08:00
parent 279df316c1
commit 742fb2e4c1
3 changed files with 3 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ config_core_model_b64 = os.getenv("CONFIG_CORE_MODEL_B64")
def log(func: str, msg: str, level: str = 'INFO'):
print(f'[{datetime.now().strftime("%Y-%m-%d %H:%M:%S")}][{func}][{level}] {msg}')
print(f'[{datetime.now().strftime("%Y-%m-%d %H:%M:%S")}] [{level}] [{func}] {msg}')
def migrate_old_config():