load Hash List only when needed
This commit is contained in:
@@ -191,6 +191,7 @@ class RSSEntry:
|
||||
self._settings = {}
|
||||
self.chatList = []
|
||||
self.hashList = HashEntries(maxCount)
|
||||
self.hashListLoaded = False
|
||||
|
||||
@property
|
||||
def title(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user