Sigh, another retypo problem

pull/1263/head
Dag Wieers 13 years ago
parent 4bd17ee518
commit 3f149e09bc

@ -106,9 +106,9 @@ def main():
) )
) )
host = module.params('host') host = module.params.get('host')
login = module.params('login') login = module.params.get('login')
password = module.params('password') password = module.params.get('password')
match = module.params.get('match') match = module.params.get('match')
ilo = hpilo.Ilo(host, login=login, password=password) ilo = hpilo.Ilo(host, login=login, password=password)

Loading…
Cancel
Save