OSDN Git Service

fix to read recording path in conf file.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Mon, 1 Jun 2009 08:43:43 +0000 (08:43 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Mon, 1 Jun 2009 08:43:43 +0000 (08:43 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@29 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/missed.py

index 5e2fed7..bf66645 100755 (executable)
@@ -42,6 +42,6 @@ def search_b25(path):
             else :
                 mode="avi"
         print title+":"+mode
-
-search_b25("/home/ftpusr/ftp3/Recording")
+path=configreader.getpath("recpath")
+search_b25(path)
         
\ No newline at end of file