p64 - made default interval for auto import a more sensible 10s

This commit is contained in:
steffen123 2008-08-20 22:14:38 +01:00
parent 7c50ddd542
commit 6689054cc7

View File

@ -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="):