From 553028f331b35c9439c9aa3d00ce46f3559dea74 Mon Sep 17 00:00:00 2001 From: Ean Garvey Date: Mon, 18 Nov 2024 18:42:01 +0000 Subject: [PATCH] Fixup client entrypoint. --- shortfin/python/shortfin_apps/sd/simple_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortfin/python/shortfin_apps/sd/simple_client.py b/shortfin/python/shortfin_apps/sd/simple_client.py index 529c7069e..0d88a59c7 100644 --- a/shortfin/python/shortfin_apps/sd/simple_client.py +++ b/shortfin/python/shortfin_apps/sd/simple_client.py @@ -243,4 +243,4 @@ def main(): if __name__ == "__main__": - main(sys.argv) + main()