Bug fix after merge (renamed variable)

pull/2262/head^2
Ozzie Isaacs 2 years ago
parent fe5d684d2c
commit 2f3e5eadeb

@ -857,7 +857,7 @@ def init_db(app_db_path):
def get_new_session_instance():
new_engine = create_engine(u'sqlite:///{0}'.format(cli.settingspath), echo=False)
new_engine = create_engine(u'sqlite:///{0}'.format(cli.settings_path), echo=False)
new_session = scoped_session(sessionmaker())
new_session.configure(bind=new_engine)

Loading…
Cancel
Save