Database: rename storeHandsPlayers to storeHandsActions
As the stub function was supposed to be called
This commit is contained in:
parent
3f2edd2c6d
commit
188201025f
|
@ -1766,7 +1766,7 @@ class Database:
|
|||
c = self.get_cursor()
|
||||
c.executemany(q, inserts)
|
||||
|
||||
def storeHandsPlayers(self, hid, pids, adata, printdata = False):
|
||||
def storeHandsActions(self, hid, pids, adata, printdata = False):
|
||||
#print "DEBUG: %s %s %s" %(hid, pids, adata)
|
||||
if printdata:
|
||||
import pprint
|
||||
|
|
Loading…
Reference in New Issue
Block a user