Make the start button work

This commit is contained in:
iamBadgers
2026-03-22 23:02:27 -07:00
parent 64c1f52cdf
commit 52474fe9f4

View File

@@ -1,5 +1,5 @@
from flask import g from flask import g
import sqlite import sqlite3
def get_db(): def get_db():