Stop making changes in 2 places.

This commit is contained in:
C. R. Oldham 2015-05-11 12:48:42 -06:00 committed by Justin Findlay
parent d6daaa0292
commit 653f360723

View file

@ -169,8 +169,8 @@ def _get_options(ret=None):
attrs = {'host': 'host',
'user': 'user',
'pass': 'password',
'db': 'database',
'pass': 'pass',
'db': 'db',
'port': 'port'}