From f1be7c2ec0e19b693e3dc37dea8daf9752ab4977 Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Sun, 14 Dec 2008 11:31:47 +0000 Subject: [PATCH] saveActions setting was supposed to be True in 'official' code --- pyfpdb/fpdb_save_to_db.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyfpdb/fpdb_save_to_db.py b/pyfpdb/fpdb_save_to_db.py index a7e75e7f..c8d5b208 100644 --- a/pyfpdb/fpdb_save_to_db.py +++ b/pyfpdb/fpdb_save_to_db.py @@ -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