mirror of https://github.com/langgenius/dify.git
linter
This commit is contained in:
parent
ee0e646e39
commit
fc65cfbc3f
|
|
@ -239,6 +239,7 @@ class FeatureService:
|
|||
and getattr(dify_config, f"HOSTED_{provider.upper()}_TRIAL_ENABLED", False)
|
||||
)
|
||||
]
|
||||
|
||||
@classmethod
|
||||
def _fulfill_params_from_env(cls, features: FeatureModel):
|
||||
features.can_replace_logo = dify_config.CAN_REPLACE_LOGO
|
||||
|
|
|
|||
Loading…
Reference in New Issue