Skip to content

Commit

Permalink
Merge pull request #3 from callebtc/fix/nostr_close
Browse files Browse the repository at this point in the history
Fix/nostr_close
  • Loading branch information
callebtc authored Jan 25, 2023
2 parents 56deff4 + 09f4b67 commit c5a050f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nostr/relay.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def _on_open(self, class_obj):

def _on_close(self, class_obj, status_code, message):
self.connected = False
self.check_reconnect()
pass

def _on_message(self, class_obj, message: str):
Expand Down

0 comments on commit c5a050f

Please sign in to comment.