From 2f03f39e24053377dce108e45fde13ccd1e0ae22 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 24 Jun 2025 18:56:53 -0500 Subject: window can now handle no selected albums --- settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index e6b3df8..69e40ca 100644 --- a/settings.py +++ b/settings.py @@ -18,8 +18,8 @@ class Config: # Albums data album_list: list[str] = field(default_factory=list) - def __dict__(self): - return asdict(self) + #def __dict__(self): + # return asdict(self) @classmethod def load(cls, filepath): -- cgit v1.2.3