OSDN Git Service

fix many bugs.
[rec10/rec10-git.git] / rec10 / trunk / src / timerec.py
index b6cb36f..8c9464f 100644 (file)
@@ -241,8 +241,8 @@ def task():
                         etime = et.strftime("%Y-%m-%d %H:%M:%S")
                         recdb.rec_reckey(recdb.REC_ENCODE_QUE, title, chtxt, btime, etime, opt)
                         print checker.checkB25Decode(recpath + "/" + title + ".ts.b25", recpath + "/" + title + ".ts")
-                        if checker.checkB25Decode(recpath + "/" + title + ".ts.b25", recpath + "/" + title + ".ts") == 1:
-                            os.remove(recpath + "/" + title + ".ts.b25")
+                        #if checker.checkB25Decode(recpath + "/" + title + ".ts.b25", recpath + "/" + title + ".ts") == 1:
+                            #os.remove(recpath + "/" + title + ".ts.b25")
                         sys.exit()
                     else:
                         recdb.del_reckey(recdb.REC_TS_DECODE_QUE, title, chtxt, btime)