Skip to content

Commit

Permalink
fix: Typo in website starter
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jun 13, 2024
1 parent ad65b22 commit 59503d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/start_website.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _launch_website(self) -> Popen: # type: ignore[type-arg]
'--log-level', 'info',
'--max-requests', '2000',
'--max-requests-jitter', '100',
'--name', 'website_lookyloo'
'--name', 'website_lookyloo',
'web:app'],
cwd=website_dir)

Expand Down

0 comments on commit 59503d6

Please sign in to comment.