mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 00:11:36 +00:00
lightning-hub: include ln relative to current directory
This commit is contained in:
parent
3fb6951d10
commit
a9edd170c7
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ import datetime
|
|||
import sys
|
||||
import struct
|
||||
import traceback
|
||||
sys.path.insert(0, "lib/ln")
|
||||
import os.path
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), "ln"))
|
||||
from .ln import rpc_pb2
|
||||
|
||||
from jsonrpclib import Server
|
||||
|
|
Loading…
Add table
Reference in a new issue