OSDN Git Service

fix recque option.
[rec10/rec10-git.git] / rec10 / trunk / src / tester.py
index 014cc6b..a587638 100644 (file)
@@ -37,9 +37,10 @@ import rec10d
 import datetime
 import tv2mp4
 import ts2x264
+import recque
 path = str(os.path.dirname(os.path.abspath(__file__))) + "/"
 recpath = "/home/ftpusr/ftp-tmp/Recording/"
 ftpusr = "/home/ftpusr/ftp-tmp"
 recordedpath = u"/home/ftpusr/ftp-video"
 if __name__ == "__main__":
-    print ts2x264.getX264CoreVersion()
\ No newline at end of file
+    recque.searchRecQue(recpath)
\ No newline at end of file