mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
af4221e0c7
+ add test for the extract_fetured_artists_from_title function
10 lines
181 B
Bash
Executable File
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()"
|