Changes to accommodate disabling the output video
This commit is contained in:
@@ -56,6 +56,16 @@ db = sqlite3.connect(config_json["db_name"])
|
||||
db.execute(destroy_table)
|
||||
db.execute(make_table)
|
||||
|
||||
db.execute(insert_row, [
|
||||
config_json["disabled_name"],
|
||||
"",
|
||||
"",
|
||||
0,
|
||||
0
|
||||
])
|
||||
|
||||
db.commit()
|
||||
|
||||
for button in config_json["buttons"]:
|
||||
db.execute(insert_row, [
|
||||
button["name"],
|
||||
|
||||
Reference in New Issue
Block a user