generated from Luis/nextjs-python-web-template
dealte breakpoint :')
This commit is contained in:
@@ -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,),
|
||||||
|
|||||||
Reference in New Issue
Block a user