diff --git a/loop/SARA_send_data_v2.py b/loop/SARA_send_data_v2.py index 44f706f..698817e 100755 --- a/loop/SARA_send_data_v2.py +++ b/loop/SARA_send_data_v2.py @@ -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