mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 06:44:23 +01:00
Update interlace.py
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user