Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed May 30, 2014
1 parent 355eff1 commit 6daa30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quickcharts2/app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def fill_data():
db.session.commit()
except Exception as e:
log.error("Update ViewMenu error: {0}".format(str(e)))
self.get_session.rollback()
db.session.rollback()


class CountryStatsModelView(ModelView):
Expand Down

0 comments on commit 6daa30d

Please sign in to comment.