Update nostr_utils.py

This commit is contained in:
Tobias Baur
2025-08-28 22:20:44 +02:00
parent 64934c6b6d
commit e48dfe7e7a

View File

@@ -201,8 +201,6 @@ async def send_event_outbox(event: Event, client, dvm_config) -> SendEventOutput
if relay.rstrip("/") not in relays and relay not in relays:
relays = list(set(relays + [relay]))
print(relays)
# print(relays)
#print(dvm_config.RELAY_LIST)
# 4. If we don't find inbox relays (e.g. because the user didn't announce them, we just send to our default relays