Closed quialst closed 7 years ago
In the webtoken-script.txt the bash script assumes that the sqlite3 database is in the webtoken file. Either find a way to make the database unmovable or make it so that the program can reference wherever the database is located.
used find pwd -name <directory>
When sqlite3 is referencing databases, it only specifies the name. Use the subprocess module to add support for wherever the database is located.