Skip to content

Commit

Permalink
Remove one of the route key fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhamer-noaa committed Oct 29, 2024
1 parent bb5638f commit eda7bb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/idsse_common/idsse/common/rabbitmq_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,6 @@ def _publish(
if success_flag:
success_flag[0] = False
try:
if route_key is None:
route_key = self._exch.route_key

self.channel.basic_publish(self._exch.name,
route_key if route_key else self._exch.route_key,
body=message,
Expand Down

0 comments on commit eda7bb6

Please sign in to comment.