From c343b735529841dc884f2502d214069739fdb150 Mon Sep 17 00:00:00 2001 From: believethehype Date: Sat, 2 Dec 2023 17:32:26 +0100 Subject: [PATCH] Update advanced_search.py --- tasks/advanced_search.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tasks/advanced_search.py b/tasks/advanced_search.py index 57fcb23..f3b839f 100644 --- a/tasks/advanced_search.py +++ b/tasks/advanced_search.py @@ -19,10 +19,9 @@ from utils.nostr_utils import get_event_by_id, check_and_set_private_key from utils.output_utils import post_process_list_to_users, post_process_list_to_events """ -This File contains a Module to find inactive follows for a user on nostr - -Accepted Inputs: None needed -Outputs: A list of users that have been inactive +This File contains a Module to search for notes +Accepted Inputs: a search query +Outputs: A list of events Params: None """