]> www.average.org Git - loctrkd.git/blobdiff - loctrkd/__main__.py
Adjust config to changing messaging topology
[loctrkd.git] / loctrkd / __main__.py
index 10a2bf835d80ea946d3ca92ca71da02f555dbfba..bba38ff1f1321f3ac76a62e69eefebe7db8c0bc9 100644 (file)
@@ -26,7 +26,7 @@ def main(
     global pmods
     pmods = [
         cast(ProtoModule, import_module("." + modnm, __package__))
-        for modnm in conf.get("collector", "protocols").split(",")
+        for modnm in conf.get("common", "protocols").split(",")
     ]
     # Is this https://github.com/zeromq/pyzmq/issues/1627 still not fixed?!
     zctx = zmq.Context()  # type: ignore