Skip to content

Commit 032d188

Browse files
committed
mionr
1 parent 583fb76 commit 032d188

File tree

1 file changed

+1
-1
lines changed
  • services/web/server/src/simcore_service_webserver

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _setup_app_from_settings(
5353
return (app, config)
5454

5555

56-
async def app_factory() -> web.Application:
56+
async def _app_factory() -> web.Application:
5757
"""Created to launch app from gunicorn (see docker/boot.sh)"""
5858
from .application import create_application_auth
5959
from .log import setup_logging

0 commit comments

Comments
 (0)