From f4cf05cd8dd5d59713fad8be967fc2f87167e213 Mon Sep 17 00:00:00 2001 From: Jonathan Weth Date: Mon, 28 Jun 2021 12:59:11 +0200 Subject: Drop dynaconf support --- test_client.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test_client.py') 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() -- cgit v1.2.3