OSDN Git Service

implement to work "a bit after start resolution changing movie".
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 2 Dec 2010 12:12:43 +0000 (12:12 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 2 Dec 2010 12:12:43 +0000 (12:12 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@771 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/timerec.py

index b26757c..2dd4bcb 100644 (file)
@@ -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: