summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-24 23:13:04 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-24 23:13:04 -0500
commit14eb01ff466ac78b2912d325a45786545d495f45 (patch)
tree10951a06c0747f53b427921f1f02881aa30a9657 /settings.py
parent1b1987f28df0eaf3f47fc5833e17a803f7ba1b8c (diff)
downloadimmich-frame-14eb01ff466ac78b2912d325a45786545d495f45.tar.xz
immich-frame-14eb01ff466ac78b2912d325a45786545d495f45.zip
init window at end of manage func
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 0 insertions, 3 deletions
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: