Skip to content

Commit

Permalink
start.sh: hotfix for all python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yelhamer authored Apr 22, 2024
1 parent 629f8b3 commit 024d854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Start backend
cd policybot
python3.12 main.py &
python3 main.py &

# Start frontend
cd ../frontend
npm start
npm start

0 comments on commit 024d854

Please sign in to comment.