This commit is contained in:
Believethehype
2023-11-24 22:07:00 +01:00
parent b64373d9a4
commit 36439d3390
7 changed files with 71 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
from datetime import timedelta
from nostr_sdk import Keys, Filter, Client, Alphabet, EventId, Options, Event, PublicKey
from nostr_sdk import Filter, Client, Alphabet, EventId, Event, PublicKey
def get_event_by_id(event_id: str, client: Client, config=None) -> Event | None: