Reconnect after relay update

This commit is contained in:
thePR0M3TH3AN
2025-07-13 22:29:18 -04:00
parent f9ba5ac41d
commit 1d92d5e1ca

View File

@@ -282,6 +282,7 @@ class NostrClient:
signer = NostrSigner.keys(self.keys)
self.client = Client(signer)
self._connected = False
# Immediately reconnect using the updated relay list
self.initialize_client_pool()
def retrieve_json_from_nostr_sync(