Added back Python 3 😞

Wonder if the emoji will actually show up?
merge-requests/36/head
Brian Haley 2019-08-29 21:54:56 -04:00
parent 3704539c00
commit bb40d9c39c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ sqlite3 pf2.db < data/ammunition.sql
sqlite3 pf2.db < data/monsters.sql
# Comment out the following three lines if you don't want to generate the spell data.
cd data/third_party_json
python spells.py
python3 spells.py
cd ../..
# Staves need to be added after spells due to Foreign Key constraint
sqlite3 pf2.db < data/staves.sql