From bb40d9c39c15f2cd60cf6f443a422839ec9f0fc7 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Thu, 29 Aug 2019 21:54:56 -0400 Subject: [PATCH] Added back Python 3 :disappointed: Wonder if the emoji will actually show up? --- gendb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gendb.sh b/gendb.sh index ad71e68..a9aa2d6 100755 --- a/gendb.sh +++ b/gendb.sh @@ -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