p64 - made default interval for auto import a more sensible 10s
This commit is contained in:
parent
7c50ddd542
commit
6689054cc7
|
@ -257,7 +257,7 @@ class fpdb:
|
||||||
self.settings['bulkImport-defaultPath'] = os.path.expanduser("~") + "/.wine/drive_c/Program Files/PokerStars/HandHistory/filename.txt"
|
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-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)):
|
for i in range(len(lines)):
|
||||||
if lines[i].startswith("db-backend="):
|
if lines[i].startswith("db-backend="):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user