continuing refactor

This commit is contained in:
2026-05-03 21:20:05 -07:00
parent 77cab1bd27
commit 5534812426
50 changed files with 1004 additions and 428 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ def build_hash_store_selection(
store_text = str(store_value or "").strip()
if not hash_text or not store_text:
return None, None
args = ["-query", f"hash:{hash_text}", "-store", store_text]
args = ["-query", f"hash:{hash_text}", "-instance", store_text]
return args, [action_name] + list(args)