Skip to content

Commit

Permalink
fixup! temporary disabling of appdirs variables
Browse files Browse the repository at this point in the history
  • Loading branch information
M1nd3r committed Nov 19, 2024
1 parent d437330 commit 032d99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/trezorlib/transport/thp/channel_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import os
import typing as t


from ..thp.channel_data import ChannelData
from .protocol_and_channel import ProtocolAndChannel

Expand All @@ -19,6 +18,7 @@
DATA_PATH = os.path.join("./channel_data.json")
CONFIG_PATH = os.path.join("./config.json")


class ChannelDatabase: # TODO not finished
should_store: bool = False

Expand Down

0 comments on commit 032d99b

Please sign in to comment.