removed unnessesary features

This commit is contained in:
2026-04-27 19:31:16 +02:00
parent 1b24d484af
commit 0d7a877584
5 changed files with 14 additions and 20 deletions

View File

@@ -14,8 +14,6 @@ def get_db():
conn.row_factory = sqlite3.Row
return conn
# your-very-long-random-admin-key
def init_db():
conn = get_db()
conn.execute("""