deprecated halt_on_error

This commit is contained in:
Chuck SmileyRekiere
2021-04-22 14:51:09 -06:00
parent 0bd7f8a10f
commit 84951290a1
6 changed files with 4 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ from pprint import pprint
class StationsConnected(LFCliBase):
def __init__(self, lfjson_host, lfjson_port):
super().__init__(_lfjson_host=lfjson_host, _lfjson_port=lfjson_port, _halt_on_error=True, _debug=False)
super().__init__(_lfjson_host=lfjson_host, _lfjson_port=lfjson_port, _debug=False)
self.localrealm = Realm(lfclient_host=lfjson_host, lfclient_port=lfjson_port, debug=False)
self.check_connect()