1
0
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:
M1nd3r 2024-11-18 17:50:43 +01:00
parent 128c1089e5
commit f9eecd6088

View File

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