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

View File

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