Improvement

bzr revid: fp@tinyerp.com-0b8318949134e3eab656a15ff9de6e6b69db805c
This commit is contained in:
Fabien Pinckaers 2008-05-27 05:47:10 +00:00
parent b37bfd9bc3
commit b743da7d68
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class configmanager(object):
self.options['pidfile'] = False
for arg in ('interface', 'port', 'db_name', 'db_user', 'db_password', 'db_host',
'db_port', 'logfile', 'pidfile', 'secure', 'smtp_server', 'smtp_user', 'smtp_password', 'price_accuracy', 'netinterface', 'netport', 'db_maxconn'):
'db_port', 'logfile', 'pidfile', 'secure', 'smtp_server', 'smtp_user', 'smtp_password', 'price_accuracy', 'netinterface', 'netport', 'db_maxconn', 'commit_mode'):
if getattr(opt, arg):
self.options[arg] = getattr(opt, arg)