update
This commit is contained in:
@@ -186,7 +186,7 @@ def load_config_sqlite():
|
|||||||
try:
|
try:
|
||||||
|
|
||||||
# Query the config table
|
# Query the config table
|
||||||
cursor.execute("SELECT key, value, type FROM config")
|
cursor.execute("SELECT key, value, type FROM config_table")
|
||||||
rows = cursor.fetchall()
|
rows = cursor.fetchall()
|
||||||
|
|
||||||
# Create config dictionary
|
# Create config dictionary
|
||||||
|
|||||||
Reference in New Issue
Block a user