From 09fe544d909a07c05b9ee7f97c31ac69fdd14942 Mon Sep 17 00:00:00 2001 From: Georg-Stahn Date: Thu, 11 Jan 2024 15:45:32 +0100 Subject: [PATCH] dealte breakpoint :') --- pkgs/clan-cli/clan_cli/webui/server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/clan-cli/clan_cli/webui/server.py b/pkgs/clan-cli/clan_cli/webui/server.py index 932e1d6..7cd9165 100644 --- a/pkgs/clan-cli/clan_cli/webui/server.py +++ b/pkgs/clan-cli/clan_cli/webui/server.py @@ -141,7 +141,6 @@ def start_server(args: argparse.Namespace) -> None: urls = list() # start servers as processes (dlg, ap, c1 and c2 for tests) for app, port in app_ports: - breakpoint() proc = mp.Process( target=uvicorn.run, args=(app,),