delete commits changes

This commit is contained in:
Mikayla Dobson
2022-04-06 13:33:37 -05:00
parent 13d90357fe
commit 6b5484f640
3 changed files with 3 additions and 2 deletions

View File

@@ -61,4 +61,5 @@ def get_all_hours():
def delete_all_rows():
cur.executemany("DELETE * FROM TIMESTAMPS;")
cur.execute("DELETE FROM TIMESTAMPS")
con.commit()