handle incorrect hash
This commit is contained in:
@@ -90,6 +90,7 @@ def expire_database_create():
|
||||
file text NOT NULL,
|
||||
expires integer NOT NULL
|
||||
);""")
|
||||
# Clear out expired items
|
||||
cursor.execute("DELETE FROM expiring WHERE expires < ?",
|
||||
(
|
||||
time.time(),
|
||||
|
||||
Reference in New Issue
Block a user