Update advanced_search.py

This commit is contained in:
believethehype 2023-12-02 17:32:26 +01:00 committed by GitHub
parent e8def92afb
commit c343b73552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
"""