update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user