]> www.average.org Git - loctrkd.git/blobdiff - loctrkd/wsgateway.py
Adjust config to changing messaging topology
[loctrkd.git] / loctrkd / wsgateway.py
index 01a80426d84f56c98301c3c92a682c98e05c6259..b6d10e84798f89e7b36e322074f9afb115d50489 100644 (file)
@@ -261,7 +261,7 @@ def runserver(conf: ConfigParser) -> None:
     global htmlfile, pmods, selector
     pmods = [
         cast(ProtoModule, import_module("." + modnm, __package__))
-        for modnm in conf.get("collector", "protocols").split(",")
+        for modnm in conf.get("common", "protocols").split(",")
     ]
     for pmod in pmods:
         for proto, is_incoming in pmod.exposed_protos():