mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 01:09:30 +00:00
move bulk delete to download actions section
This commit is contained in:
@@ -111,7 +111,7 @@ class PendingInteract:
|
||||
|
||||
data = {"query": {"bool": {"must": must_list}}}
|
||||
|
||||
path = "ta_download/_delete_by_query"
|
||||
path = "ta_download/_delete_by_query?refresh=true"
|
||||
_, _ = ElasticWrap(path).post(data=data)
|
||||
|
||||
def update_status(self):
|
||||
|
||||
Reference in New Issue
Block a user