[NEWIMPORT] Make seek into autoimport function

Now that the legacy import path is gone, enable the index for HHC
This commit is contained in:
Worros
2009-12-22 21:40:37 +08:00
parent ae55a89d7f
commit 4d8d678d64
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ follow : whether to tail -f the input"""
log.info("HandHistory init - %s subclass, in_path '%s'; out_path '%s'" % (self.sitename, in_path, out_path) )
self.index = 0
self.index = index
self.starsArchive = starsArchive
self.in_path = in_path