Add empty function prepInsert
This commit is contained in:
parent
34932c14ee
commit
8386dd594e
|
@ -171,6 +171,9 @@ dealt whether they were seen in a 'dealt to' line
|
|||
|
||||
self.holecards[street][player] = [open, closed]
|
||||
|
||||
def prepInsert(self, db):
|
||||
pass
|
||||
|
||||
def insert(self, db):
|
||||
""" Function to insert Hand into database
|
||||
Should not commit, and do minimal selects. Callers may want to cache commits
|
||||
|
|
Loading…
Reference in New Issue
Block a user