Skip to content

Commit bd17bcf

Browse files
committed
fix: unable to use reload in starlette.
1 parent 6355e9b commit bd17bcf

File tree

1 file changed

+0
-2
lines changed
  • src/functions_framework/_http

1 file changed

+0
-2
lines changed

src/functions_framework/_http/asgi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ def __init__(self, app, host, port, debug, **options):
3333
self.port = port
3434
self.debug = debug
3535

36-
# Default uvicorn config
3736
self.options = {
3837
"log_level": "debug" if debug else "error",
39-
"reload": debug,
4038
}
4139
self.options.update(options)
4240

0 commit comments

Comments
 (0)