Fixed typo in table structure.

Sad face.
This commit is contained in:
SimpleArt
2021-07-08 14:15:00 -04:00
parent 11ac136e21
commit d4d614a09c

View File

@ -17,7 +17,7 @@ class SQL_Database:
config_id INTEGER,
attribute_name TEXT,
attribute_value TEXT
;)
);
"""