if cmd not in offline_commands and not options.offline:
wallet.interface = Interface(config)
wallet.interface.start()
WalletSynchronizer(wallet, config).start()
wallet.update()
wallet.save()
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.