Skip to content

Commit

Permalink
Merge pull request #362 from Tendrl/develop
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
r0h4n authored Mar 31, 2017
2 parents 241a8b6 + 298a47c commit 5a31f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendrl/node_agent/node_sync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def _run(self):
node_id=NS.node_context.node_id,
fqdn=NS.node_context.fqdn,
status=NS.node_context.status,
tags=tags
tags=NS.node_context.tags
).save()
gevent.sleep(interval)

Expand Down

0 comments on commit 5a31f8b

Please sign in to comment.