OSDN Git Service

fix a DVB bug.
authorgn64_jp <gn64@rec10.org>
Wed, 5 Jun 2013 15:04:06 +0000 (00:04 +0900)
committergn64_jp <gn64@rec10.org>
Wed, 5 Jun 2013 15:04:06 +0000 (00:04 +0900)
rec10/recording_earth_pt1.py

index 9fb8693..ac3420f 100644 (file)
@@ -37,7 +37,7 @@ def testTune(adapter,channel,tsid):
     my_env=recdblist.getEnv()
     #tunecmd=configreader.getConfDVB("DVBtune")+u" "+adapter+u" "+channel2freq(channel)
     #p1=subprocess.Popen(tunecmd,shell=True)
-    recdblist.printutf8_Important([configreader.getConfDVB("DVBtune"),adapter,channel2freq(channel),tsid,"0.2","/dev/null"])
+    #recdblist.printutf8_Important([configreader.getConfDVB("DVBtune"),adapter,channel2freq(channel),tsid,"0.2","/dev/null"])
     p1=subprocess.Popen([configreader.getConfDVB("DVBtune"),adapter,channel2freq(channel),tsid,"0.2","/dev/null"],env=my_env,stdout=subprocess.PIPE,stderr=subprocess.PIPE)
     time.sleep(0.2)
     try: