deprecated _halt_on_error=_exit_on_error, added #!/usr/bin/env python3 added check for python3

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-04-22 14:15:29 -06:00
parent cc8abf3b71
commit 909f8f6a06
5 changed files with 22 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ class IPV4L4(LFCliBase):
_debug_on=False,
_exit_on_error=False,
_exit_on_fail=False):
super().__init__(host, port, _debug=_debug_on, _halt_on_error=_exit_on_error, _exit_on_fail=_exit_on_fail)
super().__init__(host, port, _debug=_debug_on, _exit_on_fail=_exit_on_fail)
self.host = host
self.port = port
self.ssid = ssid