From 56569690d978b03ee23f3b7d24d9ceb04a8681fc Mon Sep 17 00:00:00 2001 From: mobrine1 <33225846+mobrine1@users.noreply.github.com> Date: Tue, 2 Feb 2021 15:59:48 -0500 Subject: [PATCH] Update rest_client.py --- scripts/rest_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/rest_client.py b/scripts/rest_client.py index 6a3b2126b..b214acda3 100755 --- a/scripts/rest_client.py +++ b/scripts/rest_client.py @@ -392,6 +392,7 @@ def main(args): else: print(output) + if __name__ == "__main__": args = add_arguments() main(args)