diff --git a/examples/rest_cmd_args.py b/examples/rest_cmd_args.py index ec73626..95425e7 100644 --- a/examples/rest_cmd_args.py +++ b/examples/rest_cmd_args.py @@ -36,7 +36,7 @@ def main(): try: bes_conn = besapi.besapi.BESConnection(args.user, args.password, rest_url) - bes_conn.login() + # bes_conn.login() except (ConnectionRefusedError, besapi.besapi.requests.exceptions.ConnectionError): # print(args.besserver) bes_conn = besapi.besapi.BESConnection(args.user, args.password, args.besserver)