[fix] Bad const in domain config panel

This commit is contained in:
ljf (zamentur) 2021-10-14 00:35:19 +02:00 committed by GitHub
parent a9d736a0ae
commit 59afe6988a

View file

@ -453,7 +453,7 @@ def domain_config_set(
class DomainConfigPanel(ConfigPanel): class DomainConfigPanel(ConfigPanel):
entity_type = "domain" entity_type = "domain"
save_path_tpl = "{DOMAIN_SETTINGS_PATH}/{entity}.yml" save_path_tpl = "{DOMAIN_SETTINGS_DIR}/{entity}.yml"
save_mode = "diff" save_mode = "diff"
def _get_toml(self): def _get_toml(self):