diff twisted/plugins/libervia_server.py @ 1402:388558a30cf8

core (config): use component (i.e. "web") as config section
author Goffi <goffi@goffi.org>
date Thu, 25 Mar 2021 10:29:40 +0100
parents 4117f1b63765
children 1f66a363f1a0
line wrap: on
line diff
--- a/twisted/plugins/libervia_server.py	Sat Mar 20 20:58:45 2021 +0100
+++ b/twisted/plugins/libervia_server.py	Thu Mar 25 10:29:40 2021 +0100
@@ -181,7 +181,7 @@
         # on the command line.
 
         # FIXME: must be refactored + code can be factorised with backend
-        config_parser = config.parseMainConf(True)
+        config_parser = config.parseMainConf()
         self.handleDeprecated(config_parser)
         for param in self.optParameters + OPT_PARAMETERS_CFG:
             name = param[0]