mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-18 07:56:39 +01:00
some cleanup
This commit is contained in:
@@ -138,7 +138,7 @@ class AdvancedSearch(DVMTaskInterface):
|
||||
|
||||
for event in events:
|
||||
e_tag = Tag.parse(["e", event.id().to_hex()])
|
||||
print(e_tag.as_vec())
|
||||
#print(e_tag.as_vec())
|
||||
result_list.append(e_tag.as_vec())
|
||||
|
||||
return json.dumps(result_list)
|
||||
|
||||
Reference in New Issue
Block a user