retryTTL support list

This commit is contained in:
2021-01-19 19:13:04 +08:00
parent 5d11f86036
commit 7c133c9c3d
7 changed files with 59 additions and 12 deletions

View File

@@ -139,5 +139,8 @@ class RSSEntry:
self.forceupdate = False
if data is not None and data[6] is not None:
self.forceupdate = bool(data[6])
self.errorcount = 0
if data is not None and data[7] is not None:
self.errorcount = data[7]
self.chatList = []
self.hashList = HashEntries(maxCount)