chore: code clean-up

This commit is contained in:
Vlad Stan 2023-06-22 13:06:00 +03:00
parent 666009720a
commit e2458d43df

View file

@ -11,7 +11,7 @@ class NostrClient:
"wss://nostr.zebedee.cloud", "wss://nostr.zebedee.cloud",
"wss://nodestr.fmt.wiz.biz", "wss://nodestr.fmt.wiz.biz",
"wss://nostr.oxtr.dev", "wss://nostr.oxtr.dev",
] # ["wss://nostr.oxtr.dev"] # ["wss://relay.nostr.info"] "wss://nostr-pub.wellorder.net" "ws://91.237.88.218:2700", "wss://nostrrr.bublina.eu.org", ""wss://nostr-relay.freeberty.net"", , "wss://nostr.oxtr.dev", "wss://relay.nostr.info", "wss://nostr-pub.wellorder.net" , "wss://relayer.fiatjaf.com", "wss://nodestr.fmt.wiz.biz/", "wss://no.str.cr" ]
relay_manager = RelayManager() relay_manager = RelayManager()
def __init__(self, relays: List[str] = [], connect=True): def __init__(self, relays: List[str] = [], connect=True):