fix list index · bfe7868cfb - SVN.BY: Go Git Service
Explorar el Código

fix list index

masiandr hace 9 años
padre
commit
bfe7868cfb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      get_ips.py

+ 1 - 1
get_ips.py

11
         if len(row) == 3:
11
         if len(row) == 3:
12
             row.append(addrs)
12
             row.append(addrs)
13
         elif len(row) == 4:
13
         elif len(row) == 4:
14
-            row[4] = addrs
14
+            row[3] = addrs
15
     except:
15
     except:
16
         if len(row) == 3:
16
         if len(row) == 3:
17
             row.append('')
17
             row.append('')