Database: rename storeHandsPlayers to storeHandsActions
As the stub function was supposed to be called
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user