1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-07 14:00:57 +00:00

fix: try to fix emu.py

This commit is contained in:
M1nd3r 2024-11-20 15:21:26 +01:00
parent 680f1f030d
commit 352a0d03dd

View File

@ -282,9 +282,11 @@ def cli(
label = "Emulator"
assert emulator.client is not None
trezorlib.device.wipe(emulator.client)
trezorlib.device.wipe(emulator.client.get_management_session())
emulator.client = emulator.client.get_new_client()
trezorlib.debuglink.load_device(
emulator.client,
emulator.client.get_management_session(),
mnemonics,
pin=None,
passphrase_protection=False,