Ver a proveniência

Add a missing argument to the _IP tuple.

tags/v0.3
Ben Kurtovic há 8 anos
ascendente
cometimento
6516992ef9
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      earwigbot/commands/cidr.py

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

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



Carregando…
Cancelar
Guardar