diff --git a/src/start.sh b/src/start.sh index 7ca40d8..268f599 100755 --- a/src/start.sh +++ b/src/start.sh @@ -8,6 +8,6 @@ function main() { source "../bin/activate" # Note can replace 127.0.0.1 with 0.0.0.0 to make it 'network/internet' accessable... + gunicorn wsgi:app -b 127.0.0.1:4040 # : IE : } -gunicorn wsgi:app -b 127.0.0.1:4040 # : IE : main $@;