Update rest_client.py

This commit is contained in:
mobrine1 2021-02-02 15:59:48 -05:00 committed by GitHub
parent 12bcbf4374
commit 56569690d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,6 +392,7 @@ def main(args):
else:
print(output)
if __name__ == "__main__":
args = add_arguments()
main(args)