Skip to content

Commit

Permalink
Merge pull request python-diamond#602 from lexelby/master
Browse files Browse the repository at this point in the history
ElbCollector should reference self.config, not config
  • Loading branch information
kormoc committed May 7, 2014
2 parents d5984e2 + 034a0c2 commit e368a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collectors/elb/elb.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def setup_creds():
# the creds from the instance metatdata.
self.auth_kwargs = {}

if config['enabled']:
if self.config['enabled']:
validate_interval()
setup_creds()
self.max_delayed = self.config.as_int('max_delayed')
Expand Down

0 comments on commit e368a0b

Please sign in to comment.