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)