mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
fixup! temporary disabling of appdirs variables
This commit is contained in:
parent
128c1089e5
commit
f9eecd6088
@ -3,7 +3,6 @@ import logging
|
||||
import os
|
||||
import typing as t
|
||||
|
||||
|
||||
from ..thp.channel_data import ChannelData
|
||||
from .protocol_and_channel import ProtocolAndChannel
|
||||
|
||||
@ -19,6 +18,7 @@ else:
|
||||
DATA_PATH = os.path.join("./channel_data.json")
|
||||
CONFIG_PATH = os.path.join("./config.json")
|
||||
|
||||
|
||||
class ChannelDatabase: # TODO not finished
|
||||
should_store: bool = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user