From 533b217fdff44349b8310c0f8bc75b085519142c Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Sat, 14 Jan 2023 13:32:48 -0800 Subject: Re-enable key generation in the client --- pkd_stub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkd_stub.py') diff --git a/pkd_stub.py b/pkd_stub.py index f883dcc..f3ff1f7 100644 --- a/pkd_stub.py +++ b/pkd_stub.py @@ -73,7 +73,7 @@ def blast_command(cmd, orig_screen, targets=set()): tstr = betterstr(targets) if tstr == 'set()': tstr = 'all clients' - print('[INFO] Blasting command: %s to %s.' % (betterstr(cmd), betterstr(targets))) + print('[INFO] Blasting command: %s to %s.' % (betterstr(cmd), tstr)) if type(cmd) != bytes: cmd = bytes(cmd, 'utf-8') -- cgit v1.2.3