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