From: gn64_jp Date: Mon, 1 Jun 2009 08:43:43 +0000 (+0000) Subject: fix to read recording path in conf file. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c11d89bf5131d0f281c696b3521a0a88f973a4d8;p=rec10%2Frec10-git.git fix to read recording path in conf file. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@29 4e526526-5e11-4fc0-8910-f8fd03428081 --- diff --git a/rec10/trunk/src/missed.py b/rec10/trunk/src/missed.py index 5e2fed7..bf66645 100755 --- a/rec10/trunk/src/missed.py +++ b/rec10/trunk/src/missed.py @@ -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