load Hash List only when needed

This commit is contained in:
2022-12-23 16:38:57 +08:00
parent 3b658b8655
commit 4223de52c6
3 changed files with 17 additions and 5 deletions

View File

@@ -191,6 +191,7 @@ class RSSEntry:
self._settings = {}
self.chatList = []
self.hashList = HashEntries(maxCount)
self.hashListLoaded = False
@property
def title(self) -> str: