LBRY-Vault/electrum/plugins/labels/cmdline.py

11 lines
271 B
Python

from .labels import LabelsPlugin
from electrum.plugin import hook
class Plugin(LabelsPlugin):
@hook
def load_wallet(self, wallet, window):
self.start_wallet(wallet)
def on_pulled(self, wallet):
self.print_error('labels pulled from server')