Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhamer-noaa committed Nov 1, 2024
2 parents 7621107 + 648ab20 commit df6fab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def main(args: argparse.Namespace | None = None):
help='The exchange name to which this service will publish Criteria data.')
parser.add_argument('--criteria_exch_type', dest='criteria_exch_type', default='direct',
help='The exchange type for Criteria data.')
parser.add_argument('--criteria_queue', dest='criteria_queue', default='ims_data',
parser.add_argument('--criteria_queue', dest='criteria_queue', default='criteria_data',
help='The queue where Criteria data will be published.')

parser.add_argument('--path', dest='path',
Expand Down

0 comments on commit df6fab1

Please sign in to comment.