aboutsummaryrefslogtreecommitdiff
path: root/test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_client.py')
-rwxr-xr-xtest_client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_client.py b/test_client.py
index 5176ad2..deb5252 100755
--- a/test_client.py
+++ b/test_client.py
@@ -73,5 +73,6 @@ def refresh_status(pid: int):
response = req.refresh_status(pid)
click.echo(f"Your response is: {response}")
+
if __name__ == "__main__":
cli()