fix bulk key creation

This commit is contained in:
Aaron Kimbre 2022-06-07 21:33:42 -05:00
parent 34302006a9
commit b561bcb60d

View File

@ -114,7 +114,7 @@ class PlayKey(db.Model):
)
db.session.add(new_key)
db.session.commit()
return key
return key
def delete(self):
db.session.delete(self)