From 09f4b676743bb267be34c30233d5b9140b273c02 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Wed, 25 Jan 2023 01:44:11 +0100 Subject: [PATCH] nostr close --- nostr/relay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nostr/relay.py b/nostr/relay.py index 44c05c6..da7ecd6 100644 --- a/nostr/relay.py +++ b/nostr/relay.py @@ -94,7 +94,6 @@ class Relay: def _on_close(self, class_obj, status_code, message): self.connected = False - self.check_reconnect() pass def _on_message(self, class_obj, message: str):