Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Aug 13, 2024
1 parent cd10e4a commit fe96daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/remove_duplicate_layout_displays.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"""
cursor.execute(qry)

cursor.commit()
conn.commit()

# print row count
qry = "SELECT COUNT(*) FROM layout_displays"
Expand Down

0 comments on commit fe96daa

Please sign in to comment.