diff --git a/geomagio/Controller.py b/geomagio/Controller.py index 6b95ff5e50983947deafe945e6b7dccb1ca17159..ee646dea1e8944a37e6235403e0daaea21eac154 100644 --- a/geomagio/Controller.py +++ b/geomagio/Controller.py @@ -408,7 +408,7 @@ def get_output_factory(args): locationcode = args.outlocationcode or args.locationcode or None output_factory = edge.EdgeFactory( host=args.output_host, - port=args.output_edge_read_port, + port=args.output_read_port, write_port=args.output_port, locationCode=locationcode, tag=args.output_edge_tag,