From 6689054cc70c738deab09871d4548353a36cb395 Mon Sep 17 00:00:00 2001 From: steffen123 Date: Wed, 20 Aug 2008 22:14:38 +0100 Subject: [PATCH] p64 - made default interval for auto import a more sensible 10s --- pyfpdb/fpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb.py b/pyfpdb/fpdb.py index c7aacd45..8894068b 100755 --- a/pyfpdb/fpdb.py +++ b/pyfpdb/fpdb.py @@ -257,7 +257,7 @@ class fpdb: self.settings['bulkImport-defaultPath'] = os.path.expanduser("~") + "/.wine/drive_c/Program Files/PokerStars/HandHistory/filename.txt" self.settings['hud-defaultPath'] = os.path.expanduser("~")+"/.wine/drive_c/Program Files/PokerStars/HandHistory/" - self.settings['hud-defaultInterval']=30 + self.settings['hud-defaultInterval']=10 for i in range(len(lines)): if lines[i].startswith("db-backend="):