From 4fef2194ab58c4ff831453ddcd0d5ca6a37d7804 Mon Sep 17 00:00:00 2001 From: gn64_jp Date: Thu, 2 Dec 2010 12:12:43 +0000 Subject: [PATCH] implement to work "a bit after start resolution changing movie". git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@771 4e526526-5e11-4fc0-8910-f8fd03428081 --- rec10/trunk/src/timerec.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rec10/trunk/src/timerec.py b/rec10/trunk/src/timerec.py index b26757c..2dd4bcb 100644 --- a/rec10/trunk/src/timerec.py +++ b/rec10/trunk/src/timerec.py @@ -255,6 +255,8 @@ def search_keyword(key): tnow = datetime.datetime.now() nows =tnow.strftime("%Y-%m-%d %H:%M:%S") print key + if len(key[0])<3: + key=[key,] for k,auto,opt in key: recdatum = epgdb.searchtime_auto(k,nows, "144") for recdata in recdatum: -- 2.11.0