1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-05 21:10:57 +00:00

fixup! temporary disabling of appdirs variables

This commit is contained in:
M1nd3r 2024-11-18 17:50:43 +01:00
parent 8699f1fb81
commit c1961ad68e

View File

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