Fix indentation
This commit is contained in:
parent
c2306e441f
commit
b549ea68ee
1 changed files with 1 additions and 1 deletions
2
ec2
2
ec2
|
@ -181,7 +181,7 @@ def main():
|
|||
d = {
|
||||
'id': inst.id,
|
||||
'public_ip': inst.ip_address,
|
||||
'public_dns_name': inst.public_dns_name
|
||||
'public_dns_name': inst.public_dns_name
|
||||
}
|
||||
instances.append(d)
|
||||
|
||||
|
|
Loading…
Reference in a new issue