Merge pull request #157 from toxeh/master

fix: multiple bugs across shell, lua and python modules
This commit is contained in:
gSpotx2f
2026-03-04 14:55:58 +03:00
committed by GitHub
3 changed files with 17 additions and 16 deletions
@@ -477,7 +477,7 @@ class Summarize:
def _group_ip_ranges(cls, ip_list, raw_list=None):
def remove_items(start, end):
for ip in range(int(start), int(end) + 1):
raw_list.remove(str(IPv4Address(ip)))
raw_list.pop(str(IPv4Address(ip)), None)
start = end = None
hosts = 1