fix: Typo in website starter

pull/920/head
Raphaël Vinot 2024-06-13 14:24:53 +02:00
parent ad65b222f9
commit 59503d6378
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class Website(AbstractManager):
'--log-level', 'info',
'--max-requests', '2000',
'--max-requests-jitter', '100',
'--name', 'website_lookyloo'
'--name', 'website_lookyloo',
'web:app'],
cwd=website_dir)