Commit here as well.

This commit is contained in:
Ralph Bean 2016-03-01 01:55:49 +00:00
parent df6fe94022
commit 136837ce83

View file

@ -62,7 +62,7 @@ def main(tahrir, badge_id, description, criteria):
if criteria:
badge.criteria = criteria
print "Setting criteria on %r to %r" % (badge_id, criteria)
tahrir.session.commit()
transaction.commit()