improve frontend, no reloading. types in views_api, formatting
This commit is contained in:
parent
802d01cc4b
commit
bb1941445d
19 changed files with 134 additions and 119 deletions
4
tasks.py
4
tasks.py
|
|
@ -4,11 +4,11 @@ import threading
|
|||
|
||||
from .nostr.client.client import NostrClient
|
||||
from .nostr.event import Event
|
||||
from .nostr.message_pool import EventMessage, NoticeMessage, EndOfStoredEventsMessage
|
||||
from .nostr.key import PublicKey
|
||||
from .nostr.message_pool import (EndOfStoredEventsMessage, EventMessage,
|
||||
NoticeMessage)
|
||||
from .nostr.relay_manager import RelayManager
|
||||
|
||||
|
||||
client = NostrClient(
|
||||
connect=False,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue