We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5f6e4 commit 41a830aCopy full SHA for 41a830a
uvicorn/main.py
@@ -458,7 +458,7 @@ def main(
458
factory=factory,
459
app_dir=app_dir,
460
h11_max_incomplete_event_size=h11_max_incomplete_event_size,
461
- shutdown_delay=shutdown_delay
+ shutdown_delay=shutdown_delay,
462
)
463
464
@@ -563,7 +563,7 @@ def run(
563
use_colors=use_colors,
564
565
566
567
568
server = Server(config=config)
569
0 commit comments