diff --git a/offpunk.py b/offpunk.py index d82f11e..b763639 100755 --- a/offpunk.py +++ b/offpunk.py @@ -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)