From 8a5d484883513c9685236b5aa8e1b9f496317790 Mon Sep 17 00:00:00 2001 From: brent s Date: Thu, 14 May 2020 13:50:50 -0400 Subject: [PATCH] oops --- utils/manage_heipv6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/manage_heipv6.py b/utils/manage_heipv6.py index 5c823da..574e4a5 100755 --- a/utils/manage_heipv6.py +++ b/utils/manage_heipv6.py @@ -16,7 +16,7 @@ def main(): elif _args.oper == 'stop': tb.stop() elif _args.oper == 'update': - tb.update(oneshot = True) + tb.update() return(None)