diff --git a/vanth/platform/ofxaccount.py b/vanth/platform/ofxaccount.py index d6937ed..a7aad4a 100644 --- a/vanth/platform/ofxaccount.py +++ b/vanth/platform/ofxaccount.py @@ -69,7 +69,7 @@ def by_user(user_id): def create(values): engine = chryso.connection.get() - + values['type'] = values.pop('account_type') values['source'] = sqlalchemy.select([ vanth.tables.OFXSource.c.uuid ]).where(vanth.tables.OFXSource.c.name == values.pop('institution'))