OSDN Git Service

fix installer
[rec10/rec10-git.git] / rec10 / trunk / src / scan_ch.py
index f2fc62a..983bbb9 100644 (file)
@@ -100,7 +100,7 @@ def addCh(ch,bctype,chtxthead):
     for lstr in prglist[0]:
         #print [bctype,chtxthead+"_"+lstr, ch, lstr]
         try:
-            if int(lstr)<10000:
+            if int(lstr)<1000000:
                 if ch.find("bs")>-1:
                     if int(lstr)<300:
                         tnow=datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")