remove old blackbox call

This commit is contained in:
Ploum 2024-01-29 15:26:13 +01:00
parent 79a3f9875f
commit eea914018c
1 changed files with 0 additions and 1 deletions

View File

@ -1889,7 +1889,6 @@ def main():
gc.onecmd(line)
lists = None
gc.call_sync(refresh_time=refresh_time,depth=depth,lists=args.url)
gc.onecmd("blackbox")
else:
# We are in the normal mode. First process config file
torun_queue = read_config(torun_queue,rcfile=args.config_file,interactive=True)