diff --git a/nostr/relay.py b/nostr/relay.py index a91b20e..e118229 100644 --- a/nostr/relay.py +++ b/nostr/relay.py @@ -107,4 +107,4 @@ class Relay: if not subscription.filters.match(event): return False - return True + return True