mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-15 09:50:57 +00:00
store config in /var/tmp
This commit is contained in:
parent
e56390c77a
commit
7aa8593941
@ -18,7 +18,7 @@ else: # emulator (mock implementation using binary file)
|
||||
import ustruct
|
||||
|
||||
_mock = {}
|
||||
_file = 'trezor.config'
|
||||
_file = '/var/tmp/trezor.config'
|
||||
|
||||
def _load():
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user