Update interlace.py

This commit is contained in:
0xtavian
2022-01-14 02:51:28 +00:00
committed by GitHub
parent a524055ec7
commit 7226ef5573

View File

@@ -17,9 +17,6 @@ def task_queue_generator_func(arguments, output, repeat):
for task in tasks_iterator:
output.terminal(Level.THREAD, task.name(), "Added to Queue")
yield task
print('Generated {} commands in total'.format(tasks_count))
print('Repeat set to {}'.format(repeat))
def main():
parser = InputParser()