Added reading and recall of sermon-analyzer. Kind of slow?

This commit is contained in:
2024-02-14 23:46:21 -08:00
parent f60fa92b88
commit 019e209dad
4 changed files with 74 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# run from current directory only
FILE=app.py
if test -f "$FILE"; then
uwsgi_python3 --http-socket 0.0.0.0:1612 --wsgi-file app.py --callable app --pyargv "-vvv"
uwsgi_python3 --http-socket 0.0.0.0:1612 --wsgi-file app.py --callable app --pyargv "-vvv" --stats 0.0.0.0:9192
else
cd /opt/kjv-api
echo "WARNING: RUNNING FROM /opt/kjv-api"