i\'m fairly new to programming. I\'ve tried MySQL before, but now it\'s my first time using SQLite in a python flask website. So maybe I\'m using MySQL syntax instead o
Where you make your connection to the database add the following.
conn = sqlite3.connect('your.db', check_same_thread=False)