mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 04:26:30 +08:00
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)
|
and getattr(dify_config, f"HOSTED_{provider.upper()}_TRIAL_ENABLED", False)
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def _fulfill_params_from_env(cls, features: FeatureModel):
|
def _fulfill_params_from_env(cls, features: FeatureModel):
|
||||||
features.can_replace_logo = dify_config.CAN_REPLACE_LOGO
|
features.can_replace_logo = dify_config.CAN_REPLACE_LOGO
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user