Database: rename storeHandsPlayers to storeHandsActions

As the stub function was supposed to be called
This commit is contained in:
Worros
2010-09-01 20:51:23 +08:00
parent 3f2edd2c6d
commit 188201025f
+1 -1
View File
@@ -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