mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
feat: adapt to Pydantic V2
This commit is contained in:
@@ -367,7 +367,6 @@ class TemplateHelper(metaclass=SingletonClass):
|
||||
return rendered
|
||||
return None
|
||||
except Exception as e:
|
||||
logger.error(f"模板处理失败: {str(e)}")
|
||||
raise ValueError(f"模板处理失败: {str(e)}") from e
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user