mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-31 04:44:20 +01:00
remove print
This commit is contained in:
@@ -635,7 +635,7 @@ class DVM:
|
||||
|
||||
reply_event = EventBuilder(Kind(original_event.kind().as_u16() + 1000), str(content)).tags(reply_tags).sign_with_keys(
|
||||
self.keys)
|
||||
print(reply_event)
|
||||
#print(reply_event)
|
||||
# send_event(reply_event, client=self.client, dvm_config=self.dvm_config)
|
||||
await send_event_outbox(reply_event, client=self.client, dvm_config=self.dvm_config)
|
||||
if self.dvm_config.LOGLEVEL.value >= LogLevel.DEBUG.value:
|
||||
|
||||
@@ -207,8 +207,8 @@ def playground():
|
||||
advanced_search_wine = build_advanced_search_wine("Nostr.wine Search", "discovery_content_searchwine")
|
||||
advanced_search_wine.run()
|
||||
|
||||
#profile_search = build_user_search("Profile Searcher", "profile_search")
|
||||
#profile_search.run()
|
||||
profile_search = build_user_search("Profile Searcher", "profile_search")
|
||||
profile_search.run()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user