From c663b728fc33323e66415aac69855895005affb6 Mon Sep 17 00:00:00 2001 From: Giselle van Dongen Date: Mon, 9 Sep 2024 20:09:58 +0200 Subject: [PATCH] Fix Python serving docs --- docs/develop/python/serving.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/python/serving.mdx b/docs/develop/python/serving.mdx index 35e5cc55..df906127 100644 --- a/docs/develop/python/serving.mdx +++ b/docs/develop/python/serving.mdx @@ -20,7 +20,7 @@ The templates and examples use [Hypercorn](https://pypi.org/project/Hypercorn/) You can run them as follows: ```shell -python -m hypercorn --config hypercorn-config.toml -b localhost:9080 example:app +python -m hypercorn --config hypercorn-config.toml example:app ``` ## Validating request identity