saveActions setting was supposed to be True in 'official' code

This commit is contained in:
sqlcoder 2008-12-14 11:31:47 +00:00
parent 2ae8c792a6
commit f1be7c2ec0

View File

@ -22,9 +22,9 @@ from time import time
import fpdb_simple
saveActions=False # set this to False to avoid storing action data
saveActions=True # set this to False to avoid storing action data
# Pros: speeds up imports
# Cons: no action data is saved, need to keep the hand histories
# Cons: no action data is saved, so you need to keep the hand histories
# variance not available on stats page
#stores a stud/razz hand into the database