Kaynağa Gözat

Add a missing argument to the _IP tuple.

tags/v0.3
Ben Kurtovic 8 yıl önce
ebeveyn
işleme
6516992ef9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      earwigbot/commands/cidr.py

+ 1
- 1
earwigbot/commands/cidr.py Dosyayı Görüntüle

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



Yükleniyor…
İptal
Kaydet