Remove halt_on_error from realm

Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
Matthew Stidham
2021-03-17 14:28:11 -07:00
parent 519cd785cb
commit 3cc6bf099a

View File

@@ -57,7 +57,6 @@ class Realm(LFCliBase):
lfclient_host="localhost",
lfclient_port=8080,
debug_=False,
halt_on_error_=False, # remove me
_exit_on_error=False,
_exit_on_fail=False,
_proxy_str=None,
@@ -65,7 +64,6 @@ class Realm(LFCliBase):
super().__init__(_lfjson_host=lfclient_host,
_lfjson_port=lfclient_port,
_debug=debug_,
_halt_on_error=halt_on_error_,
_exit_on_error=_exit_on_error,
_exit_on_fail=_exit_on_fail,
_proxy_str=_proxy_str,