mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
domain config: prevent a warning being raised because of unexpected value key
This commit is contained in:
parent
0a404f6d56
commit
cfceca581f
1 changed files with 1 additions and 0 deletions
|
@ -438,6 +438,7 @@ class DomainConfigPanel(ConfigPanel):
|
||||||
|
|
||||||
# FIXME: Ugly hack to save the registar id/value and reinject it in _load_current_values ...
|
# FIXME: Ugly hack to save the registar id/value and reinject it in _load_current_values ...
|
||||||
self.registar_id = toml['dns']['registrar']['registrar']['value']
|
self.registar_id = toml['dns']['registrar']['registrar']['value']
|
||||||
|
del toml['dns']['registrar']['registrar']['value']
|
||||||
|
|
||||||
return toml
|
return toml
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue