mirror of https://github.com/CIRCL/lookyloo
fix: Typo in website starter
parent
ad65b222f9
commit
59503d6378
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue