store config in /var/tmp

This commit is contained in:
Pavol Rusnak 2016-09-19 18:14:48 +02:00
parent e56390c77a
commit 7aa8593941
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 1 deletions

View File

@ -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: