소스 검색

Add a missing argument to the _IP tuple.

tags/v0.3
Ben Kurtovic 8 년 전
부모
커밋
6516992ef9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      earwigbot/commands/cidr.py

+ 1
- 1
earwigbot/commands/cidr.py 파일 보기

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



불러오는 중...
취소
저장