Skip to content

Commit

Permalink
Fixed manager call #111
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaack committed Jun 26, 2015
1 parent fb8ca07 commit 9b48e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Agents/PlatformAgent/platformagent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def publish_to_peers(self, topic, message, headers = None):
#TODO: Make configurable
@Core.periodic(30)
def update_sibling_address_cache(self):
for manager in self.managers:
for manager in self._managers:
try:
print (manager[0],manager[1])
agent = Agent(address=manager[0])
Expand Down

0 comments on commit 9b48e18

Please sign in to comment.