diff --git a/tools/manage_client.py b/tools/manage_client.py index 47bf76a..893d171 100644 --- a/tools/manage_client.py +++ b/tools/manage_client.py @@ -151,6 +151,7 @@ if args.refresh: print('Creating new client:{ip}'.format( ip=client.ip_address )) + client.enabled = True client.commit() if int(packets_val) != client.last_packets: