1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-19 08:39:03 +00:00

fixup! fix(python): transport handling with sessions

This commit is contained in:
M1nd3r 2025-03-25 12:20:16 +01:00
parent 6a94e63d3b
commit 10781e91de

View File

@ -1251,7 +1251,6 @@ class TrezorClientDebugLink(TrezorClient):
self.transport = transport
self.ui: DebugUI = DebugUI(self.debug)
self._seedless_session = self.get_seedless_session(new_session=True)
self.sync_responses()
# So that we can choose right screenshotting logic (T1 vs TT)