dealte breakpoint :')
All checks were successful
checks-impure / test (pull_request) Successful in 26s
checks / test (pull_request) Successful in 3m9s

This commit is contained in:
Georg-Stahn
2024-01-11 15:45:32 +01:00
parent 36492a14c9
commit 09fe544d90

View File

@@ -141,7 +141,6 @@ def start_server(args: argparse.Namespace) -> None:
urls = list() urls = list()
# start servers as processes (dlg, ap, c1 and c2 for tests) # start servers as processes (dlg, ap, c1 and c2 for tests)
for app, port in app_ports: for app, port in app_ports:
breakpoint()
proc = mp.Process( proc = mp.Process(
target=uvicorn.run, target=uvicorn.run,
args=(app,), args=(app,),