fixed requests after first end-user evaluation

This commit is contained in:
Carla Floricel
2022-08-08 19:52:28 -04:00
parent d5662113b6
commit b5569e3bbb
119 changed files with 406 additions and 117673 deletions

View File

@@ -4,11 +4,10 @@ cd dashboard
npm start &
P1=$!
activate_venv() {
cd flask-server
source venv/Scripts/activate
}
activate_venv
cd flask-server
source venv/Scripts/activate
cd ../..
python dashboard/flask-server/server.py $1 $2 &