diff options
Diffstat (limited to 'pkd_stub.py')
| -rw-r--r-- | pkd_stub.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |
