mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 22:56:28 +01:00
Update advanced_search.py
This commit is contained in:
@@ -44,6 +44,7 @@ class AdvancedSearch(DVMTaskInterface):
|
|||||||
input_type = tag.as_vec()[2]
|
input_type = tag.as_vec()[2]
|
||||||
if input_type != "text":
|
if input_type != "text":
|
||||||
return False
|
return False
|
||||||
|
return True
|
||||||
|
|
||||||
def create_request_from_nostr_event(self, event, client=None, dvm_config=None):
|
def create_request_from_nostr_event(self, event, client=None, dvm_config=None):
|
||||||
self.dvm_config = dvm_config
|
self.dvm_config = dvm_config
|
||||||
|
|||||||
Reference in New Issue
Block a user