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:25:10 +0000 (12:25 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 2 Dec 2010 12:25:10 +0000 (12:25 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@772 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/timerec.py

index 2dd4bcb..1da1015 100644 (file)
@@ -254,9 +254,9 @@ def task():
 def search_keyword(key):
     tnow = datetime.datetime.now()
     nows =tnow.strftime("%Y-%m-%d %H:%M:%S")
-    print key
+    keyt=key
     if len(key[0])<3:
-        key=[key,]
+        keyt=[key,]
     for k,auto,opt in key:
         recdatum = epgdb.searchtime_auto(k,nows, "144")
         for recdata in recdatum: