mirror of
https://github.com/aljazceru/plugins.git
synced 2026-01-04 05:44:21 +01:00
Update to pyln-client
This updates all plugins *which already have requirements.txt* to pyln-client from pylightning.
This commit is contained in:
committed by
Christian Decker
parent
21e37c74d6
commit
e426f6738e
@@ -34,7 +34,7 @@ Failcode -1 and 16399 are special:
|
||||
|
||||
"""
|
||||
from datetime import datetime
|
||||
from lightning import Plugin, RpcError
|
||||
from pyln.client import Plugin, RpcError
|
||||
from random import choice
|
||||
from sqlalchemy import Column, Integer, String, DateTime
|
||||
from sqlalchemy import create_engine
|
||||
|
||||
Reference in New Issue
Block a user