This commit is contained in:
Your Name
2025-03-24 18:04:19 +01:00
parent 7c17ec82f5
commit 6312cd8d72

View File

@@ -186,7 +186,7 @@ def load_config_sqlite():
try:
# Query the config table
cursor.execute("SELECT key, value, type FROM config")
cursor.execute("SELECT key, value, type FROM config_table")
rows = cursor.fetchall()
# Create config dictionary