refactor: rename services to router
This commit is contained in:
parent
99022f2b4a
commit
e04629db22
3 changed files with 2 additions and 2 deletions
2
tasks.py
2
tasks.py
|
|
@ -4,7 +4,7 @@ import threading
|
|||
from . import nostr
|
||||
from .crud import get_relays
|
||||
from .nostr.message_pool import EndOfStoredEventsMessage, EventMessage, NoticeMessage
|
||||
from .services import NostrRouter, nostr
|
||||
from .router import NostrRouter, nostr
|
||||
|
||||
|
||||
async def init_relays():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue