Fix search.py

This commit is contained in:
augustin64 2022-08-17 14:18:53 +02:00
parent 1685ea94ce
commit de34d8afec

View File

@ -87,8 +87,8 @@ def online_search(query):
print(e)
db.execute(
"""
DELETE FROM search_results (uuid)
VALUES (?)
DELETE FROM search_results
WHERE uuid = ?
""",
(uuid,)
)