mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 23:04:24 +01:00
Update input.py
This commit is contained in:
@@ -212,7 +212,6 @@ class InputHelper(object):
|
|||||||
|
|
||||||
for i in target_spec:
|
for i in target_spec:
|
||||||
ips_list.append(str(i))
|
ips_list.append(str(i))
|
||||||
print(f"updating: {target_spec}")
|
|
||||||
return (str_targets, set(ips_list))
|
return (str_targets, set(ips_list))
|
||||||
|
|
||||||
str_targets, ipset_targets = parse_and_group_target_specs(
|
str_targets, ipset_targets = parse_and_group_target_specs(
|
||||||
|
|||||||
Reference in New Issue
Block a user