mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix dependencies
This commit is contained in:
parent
eb6bad964c
commit
10a04140db
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ import sys
|
|||
from pathlib import Path
|
||||
|
||||
import grpc
|
||||
from lndlibs import rpc_pb2 as lnrpc
|
||||
from lndlibs import rpc_pb2_grpc as rpcstub
|
||||
from lndlibs import walletunlocker_pb2 as lnrpc
|
||||
from lndlibs import walletunlocker_pb2_grpc as rpcstub
|
||||
|
||||
if sys.version_info < (3, 0):
|
||||
print("Can't run on Python2")
|
||||
|
|
Loading…
Add table
Reference in a new issue