From 14eb01ff466ac78b2912d325a45786545d495f45 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 24 Jun 2025 23:13:04 -0500 Subject: init window at end of manage func --- settings.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 69e40ca..ce76e82 100644 --- a/settings.py +++ b/settings.py @@ -18,9 +18,6 @@ class Config: # Albums data album_list: list[str] = field(default_factory=list) - #def __dict__(self): - # return asdict(self) - @classmethod def load(cls, filepath): with open(filepath, "r") as fp: -- cgit v1.2.3