OSDN Git Service

implement recque system.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Wed, 3 Nov 2010 09:55:58 +0000 (09:55 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Wed, 3 Nov 2010 09:55:58 +0000 (09:55 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@721 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/recque.py

index 1fe095c..5a966ee 100644 (file)
@@ -14,9 +14,9 @@ import recdblist
 import recdb
 def writeRecQue(parentpath,chtxt,title,opts):
     f=open(os.path.join(parentpath,title+".recq"),"w")
-    optt=opts.replace("E","")
-    optt=optt.replace("D","")
-    optt=optt.replace("R","")
+    #optt=opts.replace("E","")
+    #optt=optt.replace("D","")
+    #optt=optt.replace("R","")
     str="99"+","+datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")+","+configreader.getenv("iff")+","+chtxt+","+title+","+optt
     f.write(str.encode('utf-8'))
     f.close()