Skip to content
Snippets Groups Projects
Unverified Commit 7d6ebfcb authored by Jeremy M Fee's avatar Jeremy M Fee Committed by GitHub
Browse files

Merge pull request #272 from erigler-usgs/update_output_factory_args

Update output factory args
parents 06cb5e06 057b0fd2
No related branches found
No related tags found
No related merge requests found
...@@ -408,7 +408,7 @@ def get_output_factory(args): ...@@ -408,7 +408,7 @@ def get_output_factory(args):
locationcode = args.outlocationcode or args.locationcode or None locationcode = args.outlocationcode or args.locationcode or None
output_factory = edge.EdgeFactory( output_factory = edge.EdgeFactory(
host=args.output_host, host=args.output_host,
port=args.output_edge_read_port, port=args.output_read_port,
write_port=args.output_port, write_port=args.output_port,
locationCode=locationcode, locationCode=locationcode,
tag=args.output_edge_tag, tag=args.output_edge_tag,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment