swingmusic/start.sh
geoffrey45 af4221e0c7 feat: exit the Populate function when another one is started
+ add test for the extract_fetured_artists_from_title function
2023-01-24 22:40:19 +03:00

10 lines
181 B
Bash
Executable File

#!/bin/zsh
gpath=$(poetry run which gunicorn)
# pytest=$(poetry run which pytest)
# $pytest # -q
echo "Starting swing"
"$gpath" -b 0.0.0.0:1970 --threads=2 "manage:create_api()"