Skip to content

Commit

Permalink
Update manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh1993 authored Jan 13, 2021
1 parent 21c0f48 commit 774ba7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eazyserver/core/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, **kwargs):
self.connected_behaviour = RabbitMqConnector(
self.behaviour,
on_exit=self.stop,
**self.self.rabbit_client_config)
**self.rabbit_client_config)

self.signal_map = kwargs.get('signal_map', {})

Expand Down

0 comments on commit 774ba7a

Please sign in to comment.