X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=NG-RO%2Fosm_ng_ro%2Fro_main.py;fp=NG-RO%2Fosm_ng_ro%2Fro_main.py;h=a7ca1002cfba27c16436a18f68ef062d82ecdfb3;hb=60036703a8343474a54d60d2dbff89109c6b0a34;hp=ac38160352ff81dc969028e0b508eaec82d73c51;hpb=b6ca6e4837eeff823bbf4572de94fe0b1d90c8fb;p=osm%2FRO.git diff --git a/NG-RO/osm_ng_ro/ro_main.py b/NG-RO/osm_ng_ro/ro_main.py index ac381603..a7ca1002 100644 --- a/NG-RO/osm_ng_ro/ro_main.py +++ b/NG-RO/osm_ng_ro/ro_main.py @@ -792,7 +792,7 @@ def _start_service(): elif k1 == "tools": # update [/] configuration engine_config["/"]["tools." + k2.replace("_", ".")] = yaml.safe_load(v) - elif k1 in ("message", "database", "storage", "authentication"): + elif k1 in ("message", "database", "storage", "authentication", "period"): engine_config[k1][k2] = yaml.safe_load(v) except Exception as e: