OSDN Git Service

fix installer
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Fri, 17 Feb 2012 04:13:41 +0000 (04:13 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Fri, 17 Feb 2012 04:13:41 +0000 (04:13 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@917 4e526526-5e11-4fc0-8910-f8fd03428081

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")