OSDN Git Service

search bug.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 29 Apr 2010 14:05:01 +0000 (14:05 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 29 Apr 2010 14:05:01 +0000 (14:05 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@572 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/timerec.py

index d3a4b0b..7ef46d8 100644 (file)
@@ -61,9 +61,9 @@ def task():
             ""
         else:
             time.sleep(10)
-            #auto_process.auto_check(recpath)
+            auto_process.auto_check(recpath)
             time.sleep(10)
-            #auto_process.kill_dead_encode(recpath)
+            auto_process.kill_dead_encode(recpath)
             sys.exit()
     update = chdb.update()
     recdblist.printutf8(u"1/3"+datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S"))