From eea914018cec2235bdad197e7e39d347708238a3 Mon Sep 17 00:00:00 2001 From: Ploum Date: Mon, 29 Jan 2024 15:26:13 +0100 Subject: [PATCH] remove old blackbox call --- offpunk.py | 1 - 1 file changed, 1 deletion(-) 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)