Remove unused parameter in Gulp task

This commit is contained in:
Bruno Alla 2020-04-16 09:18:58 +01:00
parent c639541d50
commit 835cd8c9b5

View File

@ -112,7 +112,7 @@ function imgCompression() {
{% if cookiecutter.use_async == 'y' -%}
// Run django server
function asyncRunServer(cb) {
function asyncRunServer() {
var cmd = spawn('gunicorn', [
'config.asgi', '-k', 'uvicorn.workers.UvicornWorker', '--reload'
], {stdio: 'inherit'}