Update delete-cookies.py
Neglected to commit the changes to the DB.
This commit is contained in:
@@ -4,3 +4,4 @@ import sqlite3
|
||||
db = sqlite3.connect('/home/pi/.config/chromium/Default/Cookies')
|
||||
cur = db.cursor()
|
||||
cur.execute("DELETE FROM cookies WHERE creation_utc < 13240000000000000")
|
||||
db.commit()
|
||||
|
||||
Reference in New Issue
Block a user