summaryrefslogtreecommitdiff
path: root/boto/ec2/elb/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/ec2/elb/__init__.py')
-rw-r--r--boto/ec2/elb/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/ec2/elb/__init__.py b/boto/ec2/elb/__init__.py
index 2c99f238..bb6fc469 100644
--- a/boto/ec2/elb/__init__.py
+++ b/boto/ec2/elb/__init__.py
@@ -437,7 +437,7 @@ class ELBConnection(AWSQueryConnection):
value.enabled and 'true' or 'false'
params['LoadBalancerAttributes.ConnectionDraining.Timeout'] = \
value.timeout
- elif attribute.lower == 'connectionsettings':
+ elif attribute.lower() == 'connectionsettings':
params['LoadBalancerAttributes.ConnectionSettings.IdleTimeout'] = \
value.idle_timeout
else: