summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-24 18:56:53 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-24 18:56:53 -0500
commit2f03f39e24053377dce108e45fde13ccd1e0ae22 (patch)
treeab7aca31e7433a417b54febf511a76af02c9df7a /settings.py
parent0b0c1978c4f7b57a240575de56b8e40d29c3c219 (diff)
downloadimmich-frame-2f03f39e24053377dce108e45fde13ccd1e0ae22.tar.xz
immich-frame-2f03f39e24053377dce108e45fde13ccd1e0ae22.zip
window can now handle no selected albums
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py4
1 files changed, 2 insertions, 2 deletions
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):