Index: boto/ec2/elb/healthcheck.py |
diff --git a/boto/ec2/elb/healthcheck.py b/boto/ec2/elb/healthcheck.py |
index 5a3edbc639e7c571d61cb108792a51cf714083a7..5b47d62addfb149494127fa8e2255227009cde56 100644 |
--- a/boto/ec2/elb/healthcheck.py |
+++ b/boto/ec2/elb/healthcheck.py |
@@ -57,8 +57,7 @@ class HealthCheck(object): |
if not self.access_point: |
return |
- new_hc = self.connection.configure_health_check(self.access_point, |
- self) |
+ new_hc = self.connection.configure_health_check(self.access_point, self) |
self.interval = new_hc.interval |
self.target = new_hc.target |
self.healthy_threshold = new_hc.healthy_threshold |