From ad740079c76e801c4e552ed3c256d4cf7f4115b5 Mon Sep 17 00:00:00 2001 From: jgstew Date: Wed, 21 Feb 2024 13:35:39 -0500 Subject: [PATCH] minor tweak, not needed. --- examples/rest_cmd_args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)