some improvements

This commit is contained in:
derlole
2025-05-09 18:36:01 +00:00
parent 83e6ff3958
commit 41b276c734
16 changed files with 283 additions and 42 deletions

View File

@@ -13,7 +13,7 @@ cursor = conn.cursor()
# Tabelle erstellen mit entsprechenden Atributen
cursor.execute("""
CREATE TABLE IF NOT EXISTS commands (
CREATE TABLE IF NOT EXISTS coffee (
id INTEGER PRIMARY KEY AUTOINCREMENT,
user TEXT NOT NULL,
status TEXT NOT NULL,