Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtribk12 committed Oct 4, 2024
1 parent 51bb924 commit 4e93a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qoa4ml/connector/amqp_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(
log : bool, optional
A flag to enable logging of messages, default is False.
"""
self.conf = config
self.config = config
self.exchange_name = config.exchange_name
self.exchange_type = config.exchange_type
self.out_routing_key = config.out_routing_key
Expand Down Expand Up @@ -151,4 +151,4 @@ def get(self) -> AMQPConnectorConfig:
AMQPConnectorConfig
The AMQP connector configuration.
"""
return self.conf
return self.config

0 comments on commit 4e93a6b

Please sign in to comment.