Explorar el Código

Add a missing argument to the _IP tuple.

tags/v0.3
Ben Kurtovic hace 8 años
padre
commit
6516992ef9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/commands/cidr.py

+ 1
- 1
earwigbot/commands/cidr.py Ver fichero

@@ -27,7 +27,7 @@ from socket import AF_INET, AF_INET6

from earwigbot.commands import Command

_IP = namedtuple("_IP", ["family", "ip"])
_IP = namedtuple("_IP", ["family", "ip", "size"])
_Range = namedtuple("_Range", [
"family", "range", "low", "high", "size", "addresses"])



Cargando…
Cancelar
Guardar