move submodule
This commit is contained in:
parent
0bf068dd94
commit
b188fbc673
2 changed files with 9 additions and 9 deletions
8
tasks.py
8
tasks.py
|
|
@ -2,10 +2,10 @@ import asyncio
|
||||||
import ssl
|
import ssl
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
from .nostr.nostr.client.client import NostrClient
|
from .nostr.client.client import NostrClient
|
||||||
from .nostr.nostr.event import Event
|
from .nostr.event import Event
|
||||||
from .nostr.nostr.key import PublicKey
|
from .nostr.key import PublicKey
|
||||||
from .nostr.nostr.relay_manager import RelayManager
|
from .nostr.relay_manager import RelayManager
|
||||||
|
|
||||||
# relays = [
|
# relays = [
|
||||||
# "wss://nostr.mom",
|
# "wss://nostr.mom",
|
||||||
|
|
|
||||||
10
views_api.py
10
views_api.py
|
|
@ -17,11 +17,11 @@ from .tasks import client, received_event_queue
|
||||||
from .crud import get_relays, add_relay, delete_relay
|
from .crud import get_relays, add_relay, delete_relay
|
||||||
from .models import RelayList, Relay, Event, Filter, Filters
|
from .models import RelayList, Relay, Event, Filter, Filters
|
||||||
|
|
||||||
from .nostr.nostr.event import Event as NostrEvent
|
from .nostr.event import Event as NostrEvent
|
||||||
from .nostr.nostr.event import EncryptedDirectMessage
|
from .nostr.event import EncryptedDirectMessage
|
||||||
from .nostr.nostr.filter import Filter as NostrFilter
|
from .nostr.filter import Filter as NostrFilter
|
||||||
from .nostr.nostr.filter import Filters as NostrFilters
|
from .nostr.filter import Filters as NostrFilters
|
||||||
from .nostr.nostr.message_type import ClientMessageType
|
from .nostr.message_type import ClientMessageType
|
||||||
|
|
||||||
from lnbits.decorators import (
|
from lnbits.decorators import (
|
||||||
WalletTypeInfo,
|
WalletTypeInfo,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue