mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-18 07:14:20 +01:00
Fixed typo from base.master typo
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
import os.path
|
import os.path
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
from re import compile
|
|
||||||
from random import sample, choice
|
|
||||||
from math import ceil
|
from math import ceil
|
||||||
|
from random import sample, choice
|
||||||
|
|
||||||
from netaddr import IPNetwork, IPRange, IPGlob
|
from netaddr import IPNetwork, IPRange, IPGlob
|
||||||
|
|
||||||
from Interlace.lib.threader import Task
|
from Interlace.lib.threader import Task
|
||||||
@@ -247,7 +246,7 @@ class InputHelper(object):
|
|||||||
commands = InputHelper._replace_variable_with_commands(commands, "_realport_", real_ports)
|
commands = InputHelper._replace_variable_with_commands(commands, "_realport_", real_ports)
|
||||||
|
|
||||||
if arguments.random:
|
if arguments.random:
|
||||||
commands = InputHelper._replace_variable_for_commands(commands, "_random_", [random_file])
|
commands = InputHelper._replace_variable_with_commands(commands, "_random_", [random_file])
|
||||||
|
|
||||||
if arguments.output:
|
if arguments.output:
|
||||||
commands = InputHelper._replace_variable_with_commands(commands, "_output_", [arguments.output])
|
commands = InputHelper._replace_variable_with_commands(commands, "_output_", [arguments.output])
|
||||||
|
|||||||
Reference in New Issue
Block a user