The database runs locally in its current state.
Known issues:
in speak.py line 56 - DB is created here initially, but then it gets commented out to not overwrite the previous data.
in speak.py line 64 - References are written to DB here. This will execute every time the program is run, which is unnecessary
The database runs locally in its current state. Known issues: in speak.py line 56 - DB is created here initially, but then it gets commented out to not overwrite the previous data. in speak.py line 64 - References are written to DB here. This will execute every time the program is run, which is unnecessary