mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 17:26:26 +01:00
Fix search.py
This commit is contained in:
parent
1685ea94ce
commit
de34d8afec
@ -87,8 +87,8 @@ def online_search(query):
|
|||||||
print(e)
|
print(e)
|
||||||
db.execute(
|
db.execute(
|
||||||
"""
|
"""
|
||||||
DELETE FROM search_results (uuid)
|
DELETE FROM search_results
|
||||||
VALUES (?)
|
WHERE uuid = ?
|
||||||
""",
|
""",
|
||||||
(uuid,)
|
(uuid,)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user