branch | stable |
changeset 2388 | fddb0fd11321 |
parent 1977 | 606923dff11b |
child 2395 | e3093fc12a00 |
--- a/toolsutils.py Thu Jul 16 13:53:33 2009 +0200 +++ b/toolsutils.py Fri Jul 17 08:17:39 2009 +0200 @@ -289,5 +289,5 @@ password = optconfig.password if not password: password = getpass('password: ') - return connect(user=user, password=password, host=optconfig.host, database=appid) + return connect(login=user, password=password, host=optconfig.host, database=appid)