From b23468ed28acb90b2716ea8835af66b3dfdb6cac Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Thu, 16 Nov 2017 21:54:34 +0100 Subject: [PATCH] more verbose --- tools/manage_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/manage_client.py b/tools/manage_client.py index 2a1fe7a..7c1a074 100644 --- a/tools/manage_client.py +++ b/tools/manage_client.py @@ -163,7 +163,7 @@ if args.refresh: if client.last_packets >= int(packets_val) and time_diff.days >= 1: client.enabled = False if args.verbose: - print('Enabling client:{ip}'.format( + print('Disabling client:{ip}'.format( ip=client.ip_address )) client.commit()